= Ruby Gem: Secure Password Salt Author:: Joel Parker Henderson, joelparkerhenderson@gmail.com Copyright:: Copyright (c) 2006-2009 Joel Parker Henderson License:: CreativeCommons License, Non-commercial Share Alike License:: LGPL, GNU Lesser General Public License Password tool to create strong user-friendly salt for hashes, using Ruby's secure random cryptographic functions. Example: require 'rubygem_secure_password_salt' SecurePasswordSalt.new => "ezkabtsu" This generates a secure random 8 character salt of all lowercase letters with 26^8 combinations. This can easily be sent via web URIs, email, etc.