LogoClawIndex
CasesSkillsAbout
LogoClawIndex

message-authentication-code-pattern - Message Authentication Code Security Pattern

Security pattern for implementing MACs to ensure data integrity and origin authentication.

Tags

Updated: 2026-03-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • generate MAC
  • verify MAC

Inputs

  • message
  • secret key
  • cipher configuration

Outputs

  • MAC tag
  • verification confirmation
  • verification error

Requirements

  • cryptographic library
  • minimum 128-bit secret key
  • algorithm support (HMAC-SHA-256, AES-CMAC, Blake2b)

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
security
cryptography
MAC
message authentication
data integrity
generate MAC
verify MAC
message
secret key
cipher configuration
MAC tag
verification confirmation
verification error