|
Encrypt a string to an one way hash Ruby
|
|
05-15-2010, 11:02 PM
Post: #1
|
|||
|
|||
|
Encrypt a string to an one way hash Ruby
This program encrypts a string to a one way hash. The crypt method is a built-in function in string variables. It takes a 2 character string for the salt. You can slice off the salt in the hash also if you don't want anybody to know what salt your using for your hash string.
Code: =begin |
|||
|
« Next Oldest | Next Newest »
|





