method

encryptor

encryptor()
private

No documentation available.

# File railties/lib/rails/secrets.rb, line 116
        def encryptor
          @encryptor ||= ActiveSupport::MessageEncryptor.new([ key ].pack("H*"), cipher: @cipher)
        end