<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>FPQ-Cipher News</title>
<link>https://ameblo.jp/fpq-cipher/</link>
<atom:link href="https://rssblog.ameba.jp/fpq-cipher/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>Something new about FPQ-Cipher is written.</description>
<language>ja</language>
<item>
<title>Stronger FPQ Cipher than RSA</title>
<description>
<![CDATA[ #The symbols I made is shown in this explanation.<br>[$a.apn]<br>　This means that "a" is a prime number.<br>[$b@c.Lpn]<br>　This means that a larger "b" prime number than "c"<br>[$d&amp;@e.Lpn]<br>　This means that "d" and "e" are two prime numbers<br>　and "d" is larger than "e."<br><br>#Explanation_FPQ Cipher Basis(FPQCB)<br>1.Alice makes "F" which is $x.apn+1.<br>2.She chooses Q.apn which can be made $Q+F.apn.<br>3.She chooses $P@Q.Lpn which can be made $PQ+F.apn.<br>4.She calculates "e" and "d" with two expression<br>　to do it to the version she'll use.<br>　[@A] e(d+F) mod (P-1){(Q+F)-1}=1<br>　[@B] e(d+F) mod {(F-1)-1}{(PQ+F)-1}=1<br>　[Common Ver.]@A<br>　Public Key(PK)=(e,P)　Secret Key(SK)=(d+F)<br>　[1st Normal Ver.]@B<br>　PK=(e,PQ+F)　SK=(d+F)<br>　[2nd Normal Ver.]@A<br>　PK=(e,Q+F)　SK=(d+F)<br>　[3rd Normal Ver.]@A<br>　PK=(d+F,P)　SK=(e)<br>5.She opens PK she'll use to the public.<br>6.Bob makes $P'&amp;@Q'.Lpn and calculates A'～F' with these ways.<br>　A'={(P'^2)-(Q'^2)} mod P'<br>　B'={(P'^2)-(Q'^2)-A'} / P'<br>　C'=P'-B'={A+(Q'^2} / P'<br>　D'=B'C'<br>　E'=(P'^2) mod Q'<br>　F'=A'+(Q'^2*E')<br>7.He ciphers M which<br>he wanna tell Alice a message with A' , D' and F'.<br>　{A'M+(Q'^2*E')} / D'=[C] rest [D]<br>　But in case of Common Ver, M is Bob's F(→FPQCB1).<br>　(I'll teach to you about Common Ver.  in detail.)<br>8.He ciphers A' with Alice's PK.<br>　{A'^(Left of PK)} mod (Right of PK)=[C']<br>　And he sends Alice D', F', [C], [D] and [C'].<br>9.She disciphers [C'] with her SK.<br>　{[C']^(SK)} mod (Right of PK)=A'<br>10.She disciphers [C] and [D] with A', D' and  F':<br>　M={D'[C]+[D]-(Q'^2*E')} / A'<br>　;and gets M.<br><br>#The detailed Explanation of Common Ver.<br>1.Both Alice and Bob do to FPQCB7.<br>2.They calculates [E] and [F].<br>　F(Q+F)=[E]<br>　Q(d+F)=[F]<br>3.They do FPQCB8 and send [E] and [F] each other.<br>4.They do FPQCB9 and 10.<br>5.They get Partner's "Q" and "d" with these expression.<br>　But the things which are used are made by Partner.<br>　([E]/F)-F=Q<br>　([F]/Q)-F=d<br>6.Finish!<br><br>Make a comment if you don't understand.<br><br>See you again. Bye.<br><br>(Visit "phampicky blog.")<br>
]]>
</description>
<link>https://ameblo.jp/fpq-cipher/entry-11445821067.html</link>
<pubDate>Thu, 10 Jan 2013 01:47:51 +0900</pubDate>
</item>
</channel>
</rss>
