EPASSWORD -- Password encryption == Description == [[/hop/epassword|EPASSWORD]] encrypts passwords as required by the Hop authentication mechanism. ~~ ,( :class "weblet-facts" ( ( ( ( ( (
:rowspan 5 :class "logo" ( :src (make-file-name (dirname (the-loading-file)) "logo.png"))) ( (string-capitalize "") " version") ( "1.0.0")) (
"Hop min version") ( "3.6.0 ")) (
"Hop max version") ( "")) (
"Date") ( "18 april 2008")) (
"Category") ( "hop"))) == Services == EPASSWORD defines two services: - ++[[epassword]]++: This is the main entry point of the EPASSWORD weblet. It presents the user with a form for typing in passwords. - ++epassword/encrypt++: This service encrypts a password. It takes two arguments: * ++user++, the user name * ++password++, his unencrypted password.