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

Java/Groovy Port #21

Open vishnoor opened 7 years ago

vishnoor commented 7 years ago

Hi, I have created a direct port of your Android File to suit Java/Grails enviornments. Works perfect with your Android Library. The Gist is at https://gist.github.com/vishnoor/a0e2922bda3af735a17e90ca03f7d446

Usage is same as your Android Usage. The only extra thing is to support 256 Bit AES, the Oracle 7 Unlimited JCE has to be installed http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html

Sincere Regards, Vishnoo

nischkar commented 7 years ago

Please do not use the issues section to advertise your works. I do support collaboration, but please do it in the right section. Thank you

vishnoor commented 7 years ago

@nischkar Sorry, my intention was not to do a self advertisement. Where do you suggest I move this to?

scottyab commented 7 years ago

Hey @vishnoor, great work on creating a open source version to suit Java/Grails env. It would be great if you created a PR to add a new heading to the readme file called Other language and environments. Maybe also include the links to the ruby and objective-c versions there too.