module Devise::Encryptors

Implements a way of adding different encryptions. The class should implement a self.digest method that taks the following params:

- password
- stretches: the number of times the encryption will be applied
- salt: the password salt as defined by devise
- pepper: Devise config option