-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mobile app security audit #2
Comments
This will be last issue to close at pre-release of the mobile wallet. |
Note: Cryptographic security is all outsourced to libstackmate - with the exception of hive and flutter_secure_storage - which is already audited to ensure strong encryption. Focus from the dart end is on how cryptographic outputs are handled and stored. |
@qurbat Add some resources and pointers in addition to the above, that you think will be useful for us to keep in mind during development as well as tools and processes that we could use for auditing. |
apkleaks should be useful for URL and secret discovery. |
I can take a look at these once completed. |
An audit of |
We just bumped into this, where we had a word repeat. Apparently there is always a 12.7% chance of this happening. Libstackmate currently uses a CSPRNG - This is the starting point of libstackmate. I'll make a document, which refers to all the cryptographic methods being used. |
This (keygen) is actually the main point where It will soon support |
No description provided.
The text was updated successfully, but these errors were encountered: