Tinkey 2024-03-09 IT Contents Authenticated Encryption with Associated Data (AEAD) Message Authentication Code (MAC) JSON Web Tokens (JWT) 1 2 3 4 5 6 7 8 # list key-templates tinkey list-key-templates # aead tinkey create-keyset --key-template AES256_GCM --out-format binary --out aes.bin # mac tinkey create-keyset --key-template HMAC_SHA512_512BITTAG --out-format binary --out hmac.bin # jwt tinkey create-keyset --key-template JWT_ES512 --out-format binary --out jwt.bin Author Jeremy Zheng LastMod 2024-03-09