Encrypted User Password

How is it possible to store and use an Encrypted User password into the database ?

You can do this by implementing the uilSecurityManager.OnEncrypt event. Add there your encryption algorithm of preference to return via this event the encrypted version of the password in plaintext via EncryptedText