crypto

module
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: Apache-2.0

README

crypto

License Go Report Card Build Status codecov Documentation

Crypto is a collection of packages used in smallstep products. See:

  • step: A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
  • step-ca: A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

Usage

To add this to a project just run:

go get go.step.sm/crypto

Packages

x509util

Package x509util implements utilities to build X.509 certificates based on JSON templates.

sshutil

Package sshutil implements utilities to build SSH certificates based on JSON templates.

keyutil

Package keyutil implements utilities to generate cryptographic keys.

pemutil

Package pemutil implements utilities to parse keys and certificates. It also includes a method to serialize keys, X.509 certificates and certificate requests to PEM.

randutil

Package randutil provides methods to generate random strings and salts.

jose

Package jose is a wrapper for gopkg.in/square/go-jose.v2 and implements utilities to parse and generate JWT, JWK and JWKSets.

Directories

Path Synopsis
internal
bcrypt_pbkdf
Package bcrypt_pbkdf implements password-based key derivation function based on bcrypt compatible with bcrypt_pbkdf(3) from OpenBSD.
Package bcrypt_pbkdf implements password-based key derivation function based on bcrypt compatible with bcrypt_pbkdf(3) from OpenBSD.
Package jose is a wrapper for gopkg.in/square/go-jose.v2 and implements utilities to parse and generate JWT, JWK and JWKSets.
Package jose is a wrapper for gopkg.in/square/go-jose.v2 and implements utilities to parse and generate JWT, JWK and JWKSets.
Package keyutil implements utilities to generate cryptographic keys.
Package keyutil implements utilities to generate cryptographic keys.
Package pemutil implements utilities to parse keys and certificates.
Package pemutil implements utilities to parse keys and certificates.
Package randutil provides methods to generate random strings and salts.
Package randutil provides methods to generate random strings and salts.
Package sshutil implements utilities to build SSH certificates based on JSON templates.
Package sshutil implements utilities to build SSH certificates based on JSON templates.
Package x509util implements utilities to build X.509 certificates based on JSON templates.
Package x509util implements utilities to build X.509 certificates based on JSON templates.

Jump to

Keyboard shortcuts

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