I would like to ask what are the valid hashAlgorithms that are valid in OpenKM.
So far, i noticed md5 and sha-1 are used frequently. May i know if a normal DES encryption or something similar to PHP's crypt function is available?
I was actually trying to re-use one of the user table existing in the database which was encrypted with PHP's crypt function.
So i was wondering if there are any method i can use to replace the current hashAlgorithm which is md5.
Please advise.
Thanks in advance.
So far, i noticed md5 and sha-1 are used frequently. May i know if a normal DES encryption or something similar to PHP's crypt function is available?
I was actually trying to re-use one of the user table existing in the database which was encrypted with PHP's crypt function.
So i was wondering if there are any method i can use to replace the current hashAlgorithm which is md5.
Please advise.
Thanks in advance.
