Author: seba.wagner
Date: Mon Oct 6 02:42:08 2008
New Revision: 1596
Modified:
wiki/CustomCryptMechanism.wiki
Log:
minor update
Modified: wiki/CustomCryptMechanism.wiki
==============================================================================
--- wiki/CustomCryptMechanism.wiki (original)
+++ wiki/CustomCryptMechanism.wiki Mon Oct 6 02:42:08 2008
@@ -5,8 +5,8 @@
You can use custom Crypt-Types, but you should decide during installation
which Type of encryption you want to use. (available since r1019)
By default two type are available:
- * org.xmlcrm.utils.crypt.MD5Implementation - this uses common MD5 Crypt
like PHP does, this is the default one
- * org.xmlcrm.utils.crypt.MD5CryptImplementation - does use BSD-Style of
encryption using a salt
+ * org.xmlcrm.utils.crypt.MD5Implementation - this uses common MD5 Crypt
like PHP does, this is the default one (results in something like:
fe01ce2a7fbac8fafaed7c982a04e229)
+ * org.xmlcrm.utils.crypt.MD5CryptImplementation - does use BSD-Style of
encryption using a salt (results in something like:
$1$GMsj7F2I$5S3r9CeukXGXNwf6b4sph1)
You can edit the config-key during Installation or later in the
Administration Panel. But if you change it using the Administration-Panel
previous passwords might be not working anymore ass they are encrypted with
another algorithm.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---