We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native: 0.66.4 crypto-js: ^4.1.1
0.66.4
^4.1.1
import CryptoJS from "crypto-js"; --- var ciphertext = CryptoJS.AES.encrypt("HEY GOOGLE", 'secret key 123').toString(); console.log(ciphertext); var bytes = CryptoJS.AES.decrypt(ciphertext, 'secret key 123'); var originalText = bytes.toString(CryptoJS.enc.Utf8); console.log(originalText); ---
ERROR Error: Native crypto module could not be used to get secure random number.
The text was updated successfully, but these errors were encountered:
crypto-js now works on RN 0.64, see #259 (comment) for detail
Sorry, something went wrong.
No branches or pull requests
react-native:
0.66.4
crypto-js:
^4.1.1
The text was updated successfully, but these errors were encountered: