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 "@HZ@") " version") ( "@VERSION@")) (
"Hop min version") ( "@MINHOP@")) (
"Hop max version") ( "@MAXHOP@")) (
"Date") ( "@DATE@")) (
"Category") ( "@CATEGORY@"))) == 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.