Skip to content

Instantly share code, notes, and snippets.

@kelhusseiny
Created April 20, 2012 04:39
Show Gist options
  • Save kelhusseiny/2426043 to your computer and use it in GitHub Desktop.
Save kelhusseiny/2426043 to your computer and use it in GitHub Desktop.
require 'digest/sha1'
encrypted_password= Digest::SHA1.hexdigest(password)
@purushothblog
Copy link

I'm following your post on sitepoint for user authentication. You didn't mention where to put password_hashing.rb.

@Cris245
Copy link

Cris245 commented May 27, 2015

hi, i thing this file goes into db, with schema.rb and seed.rb (not 100% sure but its something)

@kunokdev
Copy link

kunokdev commented Jan 8, 2016

I too have same problem as pruzoth, where should I save this file?

@ramkrishna67
Copy link

You need to include it in Gemfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment