method
encryptor
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile
encryptor()private
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 82
def encryptor
@encryptor ||= ActiveSupport::MessageEncryptor.new([ key ].pack("H*"), cipher: CIPHER)
end