Comment on page
Security
- pasword entropy: can be computed as
log_2(possible_options) = log(alphabet_size)/log(2) * length
- OWASP Cheat Sheet series - cheat sheets and best practices guidelines for various security and privacy topics.
- Drand - Distributed randomness beacon. Verifiable, unpredictable and unbiased random numbers as a service.
- use password manager and passphrases
- Probably Are Gonna Need It: Application Security Edition - some quic and easy tips for application security
Last modified 1mo ago