4 5 6
# File 'lib/pad_sec/encryption.rb', line 4 def self.encrypt_password(pwd) PadUtils.encrypt(content: pwd, key: PadSec::key) end