method

encryptor

v6.1.3.1 - Show latest stable - Class: Rails::Secrets
encryptor()
private

No documentation available.

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