instance method
encryptor
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
encryptor()
No documentation comment.
Source
# File activesupport/lib/active_support/encrypted_file.rb, line 82
def encryptor
@encryptor ||= ActiveSupport::MessageEncryptor.new([ key ].pack("H*"), cipher: CIPHER)
end
Defined in activesupport/lib/active_support/encrypted_file.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedFile