Module: PadSec::Encryption

Defined in:
lib/pad_sec/encryption.rb

Class Method Summary collapse

Class Method Details

.encrypt_password(pwd) ⇒ Object



4
5
6
# File 'lib/pad_sec/encryption.rb', line 4

def self.encrypt_password(pwd)
  PadUtils.encrypt(content: pwd, key: PadSec::key)
end