rn-aes
v0.1.6
Published
test
Downloads
4
Readme
rn-aes
React Native Package for AES Encryption and Decryption
Installation
npm install rn-aes
Usage
import RnAes from 'rn-aes';
// ...
const encrypt = await doEncryptedAES('string', 'key');
const decrypt = await doDecryptedAES('string', 'key');
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library