Sha256: f86ca825a0af0ddfa541e3df8b54e931d85e5cfcb70238b19e54af258d45a7ca

Contents?: true

Size: 148 Bytes

Versions: 2

Compression:

Stored size: 148 Bytes

Contents

module PadSec
  module Encryption

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pad_sec-0.2.0 lib/pad_sec/encryption.rb
pad_sec-0.1.0 lib/pad_sec/encryption.rb