in reply to Re: Deterministic asymmetric encryption [Crypt::RSA]
in thread Deterministic asymmetric encryption [Crypt::RSA]
Crypt::CBC with just about any back end (incl, say, Crypt::Rijndael)Wouldn't that be Symmetric-key encryption, and not asymmetric encryption as the title suggests?
Why do you want this? It seriously weakens the encryption. Maybe what you really need is a hashing algorithm.I realize it weakens the encryption. The question is how much?
My motivation is similar to the one described here:
One primary motivation for the use of deterministic encryption is the efficient searching of encrypted data. Suppose a client wants to outsource a database to a possibly untrusted database service provider. If each entry is encrypted using a public-key cryptosystem, anyone can add to the database, and only the distinguished "receiver" who has the secret key can decrypt the database entries.
If I understand it correctly, the 4 above requirements can only be accomplished using deterministic asymmetric encryption.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Deterministic asymmetric encryption [Crypt::RSA]
by ikegami (Patriarch) on Dec 15, 2010 at 21:00 UTC | |
|
Re^3: Deterministic asymmetric encryption [Crypt::RSA]
by SuicideJunkie (Vicar) on Dec 15, 2010 at 19:53 UTC | |
by jethro (Monsignor) on Dec 16, 2010 at 09:53 UTC |