Examples
Generate a password with specific constraints:
cipher_craftt --generate-password -l 16 --no-special --min-digits 2 --personalization "MySecret!"
Generate a passphrase with a custom word list and separator:
cipher_craftt --generate-passphrase --wordlist path/to/wordlist.txt --separator "_"
Check if a password has expired:
cipher_craftt --check-expiry your_password --expiry-days 60
Encrypt and share a password securely:
cipher_craftt --share-password your_password
Generate a TOTP:
cipher_craftt --generate-totp your_secret