Questions tagged [bcrypt-ruby]

The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.

Bcrypt-ruby gem is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.

If you store user passwords in the clear, then an attacker who steals a copy of your database has a giant list of emails and passwords. Some of your users will only have one password -- for their email account, for their banking account, for your application. A simple hack could escalate into massive identity theft.

It's your responsibility as a web developer to make your web application secure -- blaming your users for not being security experts is not a professional response to risk.

Source: https://rubygems.org/gems/bcrypt-ruby

109 questions
0
votes
1 answer

installing bcrypt-ruby (rails 3.2.8 using devise) on a raspberry pi

I'm having fun trying to get my raspberry pi setup as a staging server. It's a rails app 3.2.8 using devise for authentication. When it's bundling the install is failing with Installing bcrypt-ruby (3.0.1) with native extensions…
patrickdavey
  • 1,966
  • 2
  • 18
  • 25
0
votes
1 answer

Rails 3.2.5 Sorcery and delayed job integration to send emails

I am developing a Rails 3.2.5 application with Sorcery for authentication and delayed_job for background processing [ sorcery (0.7.12), delayed_job (3.0.3), delayed_job_active_record (0.3.2) ]. My Sorcery configuration looks like…
Syed Aslam
  • 8,707
  • 5
  • 40
  • 54
-1
votes
2 answers

Cannot run puma server for my application because of bcrypt

My machine is a Windows 8 32 bit machine and I have ruby 2.1.8. I am facing a problem when I am trying to open my app in puma and rails server. I am even unable to run bundle install. The erorr is: in `require': 126: The specified module could not…
Abhradip
  • 393
  • 5
  • 27
-1
votes
1 answer

User authentication Bcrypt and Sinatra - LINK - Please help explanation needed

http://www.128bitstudios.com/2011/11/21/authentication-with-sinatra/ Simple and nice Sinatra BCrypt authentication system - I would appreciate an explanation =) I found this very nice article on a very simple authentication system made for Sinatra…
1 2 3 4 5 6 7
8