crypto/

directory
v0.0.0-...-a5f7211 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0

Directories

Path Synopsis
Small helpers for common crypto needs
Small helpers for common crypto needs
Envelope encryption - envelope contains secret content encrypted with NaCl secretbox symmetric key ("DEK"), and that key is separately encrypted for each RSA public key recipient ("KEK").
Envelope encryption - envelope contains secret content encrypted with NaCl secretbox symmetric key ("DEK"), and that key is separately encrypted for each RSA public key recipient ("KEK").
Message Authentication Code - to make sure a message is not tampered with while in-transit by a malicious party.
Message Authentication Code - to make sure a message is not tampered with while in-transit by a malicious party.
Use public key crypto to encrypt a data stream in a way, that the encrypting party can not necessarily decrypt the same data (unless she possesses the private key as well).
Use public key crypto to encrypt a data stream in a way, that the encrypting party can not necessarily decrypt the same data (unless she possesses the private key as well).
Generate random passwords
Generate random passwords
API that tries to make it safe(r) to store user's passwords
API that tries to make it safe(r) to store user's passwords

Jump to

Keyboard shortcuts

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