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