Skip to content

Releases: tehsmyers/yaycl-crypt

Switch to cryptography

25 Jul 14:29
a8de596
Compare
Choose a tag to compare

Thanks to @RonnyPfannschmidt, yaycl-crypt no longer uses pycrypto!

Release is available from PyPI.

py3

17 Nov 17:27
bd8d44f
Compare
Choose a tag to compare
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

18 Feb 20:46
Compare
Choose a tag to compare
* 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