Class: Traptcha::Encryptors::MD5
- Inherits:
-
Object
- Object
- Traptcha::Encryptors::MD5
- Defined in:
- lib/traptcha/encryptors.rb
Class Method Summary collapse
Class Method Details
.digest(text) ⇒ Object
6 7 8 |
# File 'lib/traptcha/encryptors.rb', line 6 def self.digest(text) Digest::MD5.hexdigest(text) end |