Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: reading back checksum/secure

From: andreas:bolka:gmx at: 21-Oct-2003 21:10

Tuesday, October 21, 2003, 8:42:31 PM, Carlos wrote:
> Considering the following code, how can I get :pwd back in plain > English? >>> pwd: ask "Enter password: " > Enter password: mypass > == "mypass" >>> write %password.txt checksum/secure pwd >>> pwd: read %password.txt > == "ç'ÑFJá$6è§&Ú[/^QØ8^[&"
you can't, and that's what one way hash algorithms are designed for. -- Best regards, Andreas