X Tutup
Skip to content

Tags: python01/python-pbkdf2

Tags

v1.3

Toggle v1.3's commit message
Python 2 and 3 compatibility

v1.2

Toggle v1.2's commit message
Import v1.2

- Compatibility release (v1.2)

- Add support for older versions of Python (2.2 and 2.3).

v1.1

Toggle v1.1's commit message
Import v1.1 into the repository

 - Bugfix release (v1.1)

 - SECURITY: The PyCrypto XOR cipher (used, if available, in the _strxor
   function in the previous release) silently truncates all keys to 64 bytes.
   The way it was used in the previous release, this would only be problem if
   the pseudorandom function that returned values larger than 64 bytes (so
   SHA1, SHA256 and SHA512 are fine), but I don't like anything that silently
   reduces the security margin from what is expected.

v1.0

Toggle v1.0's commit message
Import v1.0

Initial Release
X Tutup