method

encryptor

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