Ideas2IT / cordova-aes256

MIT License
13 stars 20 forks source link

Add to wiki which AES mode is used #1

Closed BorntraegerMarc closed 6 years ago

BorntraegerMarc commented 6 years ago

I didn't see the used AES mode. It's important for the user to know...

pandiarajan-i2i commented 6 years ago

Hi @BorntraegerMarc, Thanks for your suggestions. We have updated the details in README.md file.

FYI... AES 256 CBC mode encryption is used. For Android, PKCS5Padding is used and for iOS PKCS7Padding is used.

BorntraegerMarc commented 6 years ago

Cool, thanks :)