Skip to content

averagesecurityguy/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.