Categorygithub.com/bernardo1r/encdec
repositorypackage
1.0.2
Repository: https://github.com/bernardo1r/encdec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Simple encryption/decryption tool

This is a simple CLI program and library to encrypt and decrypt files.

The AEAD used is ChaCha20-Poly1305 and the KDF used is argon2. Only argon2id is supported.

Limitations

  • This program does not commit to securely wipe sensitive data from memory, such as passwords and cryptography keys.