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