AESCrypt-Android icon indicating copy to clipboard operation
AESCrypt-Android copied to clipboard

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://...

Results 9 AESCrypt-Android issues
Sort by recently updated
recently updated
newest added

Encryption and decryption is not worked on some devices. It gives null pointer instead of encrypted or decrypted string.

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...

http://blog.dealforest.net/2012/03/ios-android-per-aes-crypt-connection/ **Base64.encodeToString(cipher.doFinal(stringTocrypt.getBytes()), Base64.DEFAULT)**; //correct

According to the usage example, using password = **password** and message = **hello world** results in the encrypted message **2B22cS3UC5s35WBihLBo8w==** However in php using the same password and message[ following...

can you write code example for Advanced usage

question

Hello, I am using this library in my android project and its counter part https://github.com/Gurpartap/aescrypt in ios project. I am encrypting same text with same encryption key, but it is...

Hello, Im getting (IV must be 16bytes long) when using the advance mode. My encryptedText = "HE9257Ykdrnb7zZTbNYLcLNzsg24t2aEftUZ7Tr0BU0=" My IV = "618wNQX6K3k2343c" //My IV is 16byte long I base 64 decode...