Ruby Programming/Reference/Objects/String
Tools
General
Sister projects
In other projects
String Class
crypt(salt). Returns an encoded string using crypt(3).salt is a string with minimal length 2. Ifsalt starts with "$1$", MD5 encryption is used, based on up to eight characters following "$1$". Otherwise, DES is used, based on the first two characters ofsalt.