From: Mitesh Jain Date: 2007-04-27T17:51:13+09:00 Subject: Decode password Hi All, i had encoded the password using, Digest::SHA1.hexdigest("change-me--#{pass}--") i got the password in the encoded form and i want to decode this string. How can i do this? -- Posted via http://www.ruby-forum.com/.