Page 1 of 1

Valid HashAlgorithm

PostPosted:Thu Apr 19, 2012 3:31 pm
by fre3man
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. :)

Re: Valid HashAlgorithm

PostPosted:Sat Apr 21, 2012 5:45 pm
by fre3man
any advise??

Re: Valid HashAlgorithm

PostPosted:Mon Apr 23, 2012 10:35 am
by jllort
I think current algorithm is md5, for example is you want to set password ( which actually uses openkm ) on linux the command will be ( useful for example if you want to insert several documents at same time ).

echo -n password_to_crypt | md5sum