GoSodium icon indicating copy to clipboard operation
GoSodium copied to clipboard

Sample program

Open neuegram opened this issue 11 years ago • 3 comments

I just noticed this sample program that was submitted in an issue to the official libsodium repo and I thought it'd be a good thing to implement in Go. Here's the gist.

neuegram avatar Sep 24 '14 21:09 neuegram

I tried to get a simple crypto_box example working. Seems to encrypt but not decrypt.

Can anybody help see what is wrong?

https://gist.github.com/DaveAppleton/5a908e27d0cc568fbc23

DaveAppleton avatar Apr 02 '15 21:04 DaveAppleton

I'm not sure of the condition of this repo, so I'd suggest using https://godoc.org/golang.org/x/crypto/nacl for now.

neuegram avatar Apr 02 '15 21:04 neuegram

Thanks...

DaveAppleton avatar Apr 03 '15 13:04 DaveAppleton