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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use aes256 mode?

Ghostish opened this issue · comments

I use AESCrypt.encrypt("123456","123456") and I got "LK09ZUQfjEWnBhyah8VNXg=="
but the result should be "U2FsdGVkX1/bIqQCoW3eTfBoynP0mswP1PE6HM97jTk=" .
What's the problem?

Can you elaborate more ? @Ghostish

Awaiting more info