Password.MODELMODEL contains requirements for user model in order to use the strategy
val encrypted_password : t -> string optionencrypted_password is a string of hashed password, against which a given password will be verified. Argon2 is used for verification.