Cryptographic Permits

Creating A6 Permits With JWT

Mi'kail Eli'yah
14 min readJun 4, 2024
“papers please …”

There are likely just 6 keys (A6) you require for most cryptographic services. Permissions can be attested by means of cryptographic permits. One of the ways may be to use tokens of some kind.

The Utilities

Let’s start with some helper functions.

# Generic utility to display variable names and…

--

--