Encrypts some data with the salt.
# File lib/merb-auth-more/mixins/salted_user.rb, line 52 52: def encrypt(password, salt) 53: Digest::SHA1.hexdigest("--#{salt}--#{password}--") 54: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.