[Idrs-dev] Added Digest Support....
Brought to you by:
bigman921
|
From: Marc B. <mbo...@ya...> - 2002-04-14 14:13:48
|
Hello, I've added a bit of security to the IDRS with the ability to use encrypted passwords. In order to use this feature, there is a new init-param in the web.xml file called "digestType". This param is optional and contains the name of the algorithim used to encrypt the passwords (MD5, SHA...) or NONE for no encryption. If the tag is not present, then no encryption is performed. Marc |