Verify is a password verification example. It demonstrates
a method to safly store passwords on disk using a message digest.
The idia is to store a hash of the password rather than the
password itself. This way, even if the password file is comprimised,
no passwords are reveiled.
This example requieres the Cypher libarys.