react-native-encrypt-decrypt
v1.0.0
Published
React native encrypt decrypt
Downloads
3
Readme
npm install react-native-encrypt-decrypt --save
Sample
let cryptDecrypt = require('react-native-encrypt-decrypt');
console.log(cryptDecrypt.decrypt(cryptDecrypt.encrypt('hello', 'this is ur key'), 'this is ur key'));