Password encryption: reversible or irreversible?

Hi everybody,

Just a quick question, for a customer, about Servoy’s password encryption algorithm: is it a reversible one (password in database decrypted to compare it with the one typed) or irreversible (password typed is encrypted then compared with database one)?

Thanks.

its irreversible, we use/store a hash.

Good :D

Thanks