crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Various crypto related projects

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.