From: Eric Wong Date: 2018-07-24T22:33:34+00:00 Subject: [ruby-core:88085] Re: [Ruby trunk Feature#14915] Deprecate String#crypt, move implementation to string/crypt Thanks for the research on this matter merch-redmine@jeremyevans.net wrote: > Should I prepare a patch to Webrick to accept > :create_password_hash and :check_password_hash options, and > add documentation with an example using bcrypt? Can you do it as a single option which doesn't involve having users copy+paste code? Something like: :password_hash => (:bcrypt|:crypt|:blahblah) It can raise and tell users to install 'bcrypt' if 'bcrypt' is missing. Unsubscribe: