Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 275 Bytes

Crypto

Some basic crypto utilities.

  • spud is a C program to encrypt and decrypt a file with a passphrase. Uses libsodium.
  • crypt.go is a Go program to encrypt and decrypt a file with a passphrase. Uses AES-GCM and Argon2.