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