scottyab / AESCrypt-Android

Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same weak security defaults :( ) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
Apache License 2.0
641 stars 191 forks source link

Python Counterpart #15

Closed ninjatrench closed 8 years ago

ninjatrench commented 8 years ago

I have written the completely compatible python counterpart of AESCrypt (https://github.com/ninjatrench/PyAESCrypt)

Maybe it would be helpful for cross platform implementation and you can add it to readme file

Thanks

scottyab commented 8 years ago

Hi, by all means send a PR with updated readme. Although it might be better to add to the orginal AESCrypt repo?