cli

command
v0.0.0-...-66343a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: BSD-3-Clause, BSD-3-Clause Imports: 7 Imported by: 0

README

entoken utility

This utility allows to generate cryptographic token with the enkit libraries.

Build the command with: bazelisk build :entoken

Run the command manually, or with: bazelisk run :entoken -- --help to learn more.

To generate a symmetric key, and store it in a file, you can just:

./entoken symmetric generate -k file.key

To generate a pair of signing and verifying keys, you can use:

./entoken signing generate -s signing.key -f verifying.key

Of course, you can invoke the command directly with bazelisk, but remember to use absolute paths:

bazelisk run :entoken -- signing generate -s /tmp/signing.key -f /tmp/verifying.key

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL