Back to tools
Why use passphrases?
Passphrases are more secure and easier to remember than traditional passwords.
- Example: "Green-House-Run-123!" has ~50 bits of entropy
- Equivalent password: "x7#kP9@m" needs more complexity to match
- Memorable: Words are easier to remember than random characters
- Long: 6+ words outperform short complex passwords
Entropy Guide
- < 28 bits: Very weak (seconds to crack)
- 28-35 bits: Weak (hours)
- 36-59 bits: Fair (days)
- 60-127 bits: Strong (years)
- > 128 bits: Very strong (centuries)
Related Tools
PEM to OpenSSH Converter
Convert PEM public keys to OpenSSH authorized_keys format.
Poly1305 MAC Generator
Generate and verify Poly1305 authentication codes for message integrity.
AWS Signature v4 Calculator
Compute AWS Signature Version 4 for REST API requests to AWS services.
JKS to PEM Converter
Extract certificates and keys from a Java KeyStore (JKS) file to PEM format.