Apache Shiro · Example Payload

Apache Shiro Hash Result Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

Apache Shiro Hash Result Example is an example object payload from Apache Shiro, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hashsaltalgorithmiterations

Example Payload

Raw ↑
{
  "hash": "example",
  "salt": "example",
  "algorithm": "example",
  "iterations": 1234
}