Source: ruby-bcrypt Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 11~), gem2deb, ruby-rspec (>= 3~) Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bcrypt.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bcrypt Homepage: https://github.com/codahale/bcrypt-ruby XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-bcrypt Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: Ruby binding for the bcrypt() password hashing algorithm bcrypt() is a sophisticated and secure hash algorithm designed by the OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords.