[REBOL] reading back checksum/secure
From: carlos:lorenz:bol at: 21-Oct-2003 16:42
Hello list, 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^[&" Thanks Carlos Lorenz