actpkg.dev
Components

library/crypto

0likes

Cryptographic hashing, HMAC, and JWT decoding

v0.3.0 · updated 2026-06-11 · 275 KB

Install

$ act pull actpkg.dev/library/crypto

No README provided.

Tools

  • hash — Compute a cryptographic hash of a string
  • hmac — Compute HMAC signature for message authentication
  • jwt_decode — Decode a JWT token and return its header and claims (no signature verification)