Hello,
I want to be able to scramble the password in PHP in the same way geonetwork
scramble the password in the database.
The idea is to use the Geonetwork user database as a central user database
available for other web interfaces.
First i have think about a md5 encoding but it doesn't match.
The function used on geonetwork to do it come from Jeeves
jeeves.utils.Util.scramble :
String password = Util.scramble(Util.getParam(params, Params.PASSWORD));
I don't know where can I found information about this function to create the
same in PHP ?
Is someone can help me ?
Thank you very much,
Fabien Bachraty.
--
View this message in context: http://www.nabble.com/Password-scramble-tp16959439s18419p16959439.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.
Hello,
I was surprise that nobody answer my question.
But in fact i didn't see the post on the mailing list.
So maybe there was a problem with my post, and so i repeat my question 
My idea is to use the Geonetwork user database as a central user database
available for other web interfaces.
But the password are encoded with the function "jeeves.utils.Util.scramble".
I wish to understand how this function work.
Thank you very much 
Best regards,
Fabien Bachraty.
FBachraty wrote:
Hello,
I want to be able to scramble the password in PHP in the same way
geonetwork scramble the password in the database.
The idea is to use the Geonetwork user database as a central user database
available for other web interfaces.
First i have think about a md5 encoding but it doesn't match.
The function used on geonetwork to do it come from Jeeves
jeeves.utils.Util.scramble :
String password = Util.scramble(Util.getParam(params, Params.PASSWORD));
I don't know where can I found information about this function to create
the same in PHP ?
Is someone can help me ?
Thank you very much,
Fabien Bachraty.
--
View this message in context: http://www.nabble.com/Password-scramble-tp16959439s18419p17053944.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.