-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
alternative entropy method #1294
Comments
https://github.com/mvayngrib/react-native-randombytes is kinda wonky. So, I suggest this instead: https://github.com/rh389/react-native-securerandom |
Ah yes, I came across that and had a look. I also preferred it but I thought that maybe randombytes was more established/less at risk of becoming abandonware. I'm happy to use securerandom though |
Ok so |
What is the scope of the feature
A better method for generating entropy (easier for the user/more secure)
Additional important information
hardware based is better, ideally without user input
The text was updated successfully, but these errors were encountered: