Sha256: e7b202503c796ada31637777be4a95c7576662d078b4a862683d52233cf458a1
Contents?: true
Size: 187 Bytes
Versions: 3
Compression:
Stored size: 187 Bytes
Contents
# salted crypt class Trocla::Formats::Sha512crypt < Trocla::Formats::Base def format(plain_password, options = {}) plain_password.crypt('$6$' << Trocla::Util.salt << '$') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trocla-0.6.0 | lib/trocla/formats/sha512crypt.rb |
trocla-0.5.1 | lib/trocla/formats/sha512crypt.rb |
trocla-0.5.0 | lib/trocla/formats/sha512crypt.rb |