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

Check the result

Open vudoancs opened this issue 9 years ago • 3 comments

I am testing this code. The result is different from the site http://aes.online-domain-tools.com/

I appreciate if anybody can tell an advice to test the result.

Thank you in advance

vudoancs avatar Jan 06 '16 01:01 vudoancs

It's going to appear different because this implementation utilizes base64 encoding and SHA256 hashing, while I can't confirm that the website you've linked to does the same.

rbonestell avatar Jan 10 '16 02:01 rbonestell

Thank you for your comment.

Can you give me other source on other platform or other websites do the same way?

Thank you!

vudoancs avatar Jan 11 '16 01:01 vudoancs

The only other available similar library from the same developer is in Ruby, here: https://github.com/Gurpartap/aescrypt

rbonestell avatar Jan 13 '16 04:01 rbonestell