golang-nacl-secretbox
This is a simple example of using golang's NaCl secret-key implementation.
encrypt.go
creates an encrypted file (encrypted.dat).
decrypt.go
decrypts its contents.
This is a simple example of using golang's NaCl secret-key implementation.
encrypt.go
creates an encrypted file (encrypted.dat).
decrypt.go
decrypts its contents.