@lagregance/react-native-aes-crypto
v0.1.1
Published
AES crypto native module for react-native
Downloads
33
Maintainers
Readme
Fork of react-native-aes-crypto, the only change is
the encrypt
and decrypt
function is based on key length in order to choose the good algorithm (aes-cbc-128, aes-cbc-192, aes-cbc-256)