I was just about testing other encryption methods as described
https://openmeetings.apache.org/CustomCryptMechanism.html

Here I run into the following undocumented problems
1. Where to copy the MD5Implementation.java
<https://github.com/apache/openmeetings/blob/256e5cd11e5af8f422688dfc1d01ac66b370d7a0/openmeetings-util/src/main/java/org/apache/openmeetings/util/crypt/MD5Implementation.java>
file into my file system
2. How to set the CLASSPATH so that it can be found anywhere in my
filesystem
3. What is actually the text string to be added into the configuration
variable " crypt.class.name "

Alternatively I tried this class
http://openmeetings.apache.org/openmeetings-util/apidocs/org/apache/openmeetings/util/crypt/MD5.html

But changing the configuration variable to "
org.apache.openmeetings.util.crypt.MD5 " creates but an error.

Best K.

Reply via email to