Identifying Secure Software

A lot of people ask, “How do I know if an app is secure?” So, I decided to compile all the best practices developers should be following, so the end user could determine if their app is taking security seriously. Feel free to suggest any improvements here. Android Fewer permissions (shouldn’t access resources it doesn’t need). Provides hashes for releases for integrity checks; releases should also be signed by the developer’s private key and then share its public public key to verify the signature for authenticity....

April 1, 2024 · 2 min · Jermanuts