gonacl

module
v0.0.0-...-a5c0453 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2018 License: MIT

README

gonacl

Simple command line tool to encrypt/decrypt strings with nacl-box

It only does three things:

  • Generate keypairs for curve25519.
  • Encrypt a given string read from stdin and output the result to stdout.
  • Decrypt a given string read from stdin and output the result to stdout.

It does NOT do any key management.

Strings are first padded to 500 bytes and then encrypted. Output is always base58, wrapped at 48 characters.

Directories

Path Synopsis
cmd
gonacl command
Package main provides an easy tool for naclbox encryption.
Package main provides an easy tool for naclbox encryption.
Package crypto implements cryptographic functions for gonacl.
Package crypto implements cryptographic functions for gonacl.
Package encode provides functions to encode/decode keys and messages.
Package encode provides functions to encode/decode keys and messages.

Jump to

Keyboard shortcuts

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