-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with openssl issue #38
Comments
Hi
Taking this key to your program, encode string 'letmein' and encoded text is:
Trying to decode via openssl what has been encoded by openssl with this key: A2735938761FD7472E16CE457D0B1C09
Code from your program:
Some help would be appreciated, can't make it work :( |
I'm not an expert ;) it looks like yout AES procedure does not use salt, so encodeText should be the same from openssl command and your program right ? |
That's correct, I am not using a salt procedure |
Maybe that can be an add-on improvement |
Hi
Is there a method to derive iv from password ? without salt, basically I need to replicate this openssl command on iOS and Android:
openssl enc -aes-128-ecb -a -K MY_KEY -k 'MY_PASS' -in mesg.enc
Best,
Marek
The text was updated successfully, but these errors were encountered: