Releases: tehsmyers/yaycl-crypt
Releases · tehsmyers/yaycl-crypt
Switch to cryptography
Thanks to @RonnyPfannschmidt, yaycl-crypt no longer uses pycrypto!
Release is available from PyPI.
py3
yaycl-crypt had some py2-only imports in it that have been corrected. Additionally, it was abusing the py2 string-as-bytes behavior, which py3 did not like. The solution was to explicitly handle bytes as bytes for the purposes of encryption and decryption. When the crypt key comes from user input, like an env-var or python string, it's assumed to be utf-8 and converted to bytes. If it comes from a file, the file's bytes are read.
0.1.1: * wheel support
* fixed up "better splode" todos, raising helpful exceptions now * badges badges badges badges badges badges badges badges badges badges badges badges * need pycrypto for...er...crypto * fix to travis setup * upload make target for the lazy