opaque(secret_key)
Opaque based on digest of secret key
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 326 def opaque(secret_key) ::Digest::MD5.hexdigest(secret_key) end