[opencms-dev] ver 5 -- Import of external users in the database
Thomas Maerz
thomasmaerz at gmx.de
Fri Mar 18 19:38:02 CET 2005
Xavier Ottolini <xavier.ottolini at adelis.com> writes:
> Are there a method in the OpenCms API to generate encrypted passwords?
,----[ com.opencms.file.CmsObject ]
| /**
| * Method to encrypt the passwords.
| *
| * @param value The value to encrypt.
| * @return The encrypted value.
| */
| public String digest(String value) {
| return m_rb.digest(value);
| }
`----
Regards,
Thomas
More information about the opencms-dev
mailing list