module PadSec::Encryption
Public Class Methods
encrypt_password(pwd)
click to toggle source
# File lib/pad_sec/encryption.rb, line 4 def self.encrypt_password(pwd) PadUtils.encrypt(content: pwd, key: PadSec::key) end