Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Sample digest token implementations

Here are several samples of creating a digest token.

Digest built withSecret key valueHash methodExample
Java32 and more charactersSHA256Sample Java Digest Algorithm for Encryption
CValue of sharedKey parameterValue of strEncryptionMethod parameter (SHA256 or MD5)Sample C