Matthew Gibson | Download the Java Commons Codec library from: http://commons.apache.org/codec/ Upload it into UCCX Administration > Applications > Document Management > default > classpath In UCCX Administration go to System > Custom File Configuration and move the commons codec jar file from available classpath entries to selected classpath entries. Within the script editor you can use the following: { return org.apache.commons.codec.digest.DigestUtils.md5Hex(password); } { return org.apache.commons.codec.digest.DigestUtils.sha256(password); } |
| Please sign in to flag this as inappropriate. |