How it works: When you generate a link, the password is encrypted and stored encrypted
in the database. So the secret URL contains both the unique code that identifies your entry, as well as the
key used to encrypt the password. Thus, we can't decrypt your password from the database, and you
can only retrieve the password if you have the full URL with the unique identifier and the encryption key.