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