|
| Product | Websydian Web Developer |
|---|---|
| Version | All |
| Category | Development |
| Question | How do I decrypt the user password saved in the database, if possible |
| Answer | For security reasons the password field holding the password of
the user does not hold the actual password it self.
The password field contains a signature of the password entered. This means that it is not possible to decrypt in order to obtain the actual password.
The signature algorithm used is MD2. |