1 A simple password-based encryption utility is available as a demonstration
2 of the scrypt key derivation function. On modern hardware and with default
3 parameters, the cost of cracking the password on a file encrypted by scrypt
4 enc is approximately 100 billion times more than the cost of cracking the
5 same password on a file encrypted by openssl enc; this means that a five-
6 character password using scrypt is stronger than a ten-character password