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