PyCrypto lacks an appropriate ElGamal padding scheme

Bug #1005873 reported by Darsey Litzenberger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python-Crypto
Confirmed
Wishlist
Unassigned

Bug Description

Textbook ElGamal, like textbook RSA, is insecure. (See e.g. https://bugs.launchpad.net/pycrypto/+bug/1005540)

  Therefore, the Crypto.PublicKey.ElGamal module can't be safely used as-is; It needs a padding scheme. PyCrypto has an appropriate padding scheme for RSA (PKCS1_OAEP); It would be nice if it had one for ElGamal also.

Changed in pycrypto:
status: New → Confirmed
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.