Class Devise::Encryptors::Sha512
In: lib/devise/encryptors/sha512.rb
Parent: Base

Sha512

Uses the Sha512 hash algorithm to encrypt passwords.

Methods

digest  

Public Class methods

Generates a default password digest based on salt, pepper and the incoming password.

[Validate]