Hubbry Logo
search button
Sign in
Schmidt-Samoa cryptosystem
Schmidt-Samoa cryptosystem
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Schmidt-Samoa cryptosystem
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Schmidt-Samoa cryptosystem Wikipedia article. Here, you can discuss, collect, and organize anything related to Schmidt-Samoa cryptosystem. The purpose of t...
Add your contribution
Schmidt-Samoa cryptosystem

The Schmidt-Samoa cryptosystem is an asymmetric cryptographic technique, whose security, like Rabin depends on the difficulty of integer factorization. Unlike Rabin this algorithm does not produce an ambiguity in the decryption at a cost of encryption speed.

Key generation

[edit]
  • Choose two large distinct primes p and q and compute
  • Compute

Now N is the public key and d is the private key.

Encryption

[edit]

To encrypt a message m we compute the ciphertext as

Decryption

[edit]

To decrypt a ciphertext c we compute the plaintext as which like for Rabin and RSA can be computed with the Chinese remainder theorem.

Example:

Now to verify:

Security

[edit]

The algorithm, like Rabin, is based on the difficulty of factoring the modulus N, which is a distinct advantage over RSA. That is, it can be shown that if there exists an algorithm that can decrypt arbitrary messages, then this algorithm can be used to factor N.

Efficiency

[edit]

The algorithm processes decryption as fast as Rabin and RSA, however it has much slower encryption since the sender must compute a full exponentiation.

Since encryption uses a fixed known exponent an addition chain may be used to optimize the encryption process. The cost of producing an optimal addition chain can be amortized over the life of the public key, that is, it need only be computed once and cached.

References

[edit]