Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Background  





2 Operation  



2.1  Key generation  





2.2  Encryption  





2.3  Decryption  







3 Example  





4 Proof of correctness  





5 Security  





6 References  














OkamotoUchiyama cryptosystem






Deutsch
עברית
Русский
Türkçe
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


The Okamoto–Uchiyama cryptosystem is a public key cryptosystem proposed in 1998 by Tatsuaki Okamoto and Shigenori Uchiyama. The system works in the multiplicative group of integers modulo n, , where n is of the form p2q and p and q are large primes.

Background[edit]

Let be an odd prime. Define . is a subgroup of with (the elements of are ).

Define by

is a homomorphism between and the additive group : that is, . Since is bijective, it is an isomorphism.

One can now show the following as a corollary:

Let such that and for . Then

The corollary is a direct consequence of .

Operation[edit]

Like many public key cryptosystems, this scheme works in the group . This scheme is homomorphic and hence malleable.

Key generation[edit]

A public/private key pair is generated as follows:

  1. Generate two large primes and .
  2. Compute .
  3. Choose a random integer such that .
  4. Compute .

The public key is then and the private key is .

Encryption[edit]

A message can be encrypted with the public key as follows.

  1. Choose a random integer .
  2. Compute .

The value is the encryption of .

Decryption[edit]

An encrypted message can be decrypted with the private key as follows.

  1. Compute .
  2. Compute . and will be integers.
  3. Using the Extended Euclidean Algorithm, compute the inverse of modulo :
    .
  4. Compute .

The value is the decryption of .

Example[edit]

Let and . Then . Select . Then .

Now to encrypt a message , we pick a random and compute .

To decrypt the message 43, we compute

.
.
.

And finally .

Proof of correctness[edit]

We wish to prove that the value computed in the last decryption step, , is equal to the original message . We have

So to recover we need to take the discrete logarithm with base . This can be done by applying , as follows.

ByFermat's little theorem, . Since one can write with . Then and the corollary from earlier applies: .

Security[edit]

Inverting the encryption function can be shown to be as hard as factoring n, meaning that if an adversary could recover the entire message from the encryption of the message they would be able to factor n. The semantic security (meaning adversaries cannot recover any information about the message from the encryption) rests on the p-subgroup assumption, which assumes that it is difficult to determine whether an element xin is in the subgroup of order p. This is very similar to the quadratic residuosity problem and the higher residuosity problem.

References[edit]


Retrieved from "https://en.wikipedia.org/w/index.php?title=Okamoto–Uchiyama_cryptosystem&oldid=1182469695"

Category: 
Public-key encryption schemes
 



This page was last edited on 29 October 2023, at 14:56 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki