Closed Niklas81 closed 4 years ago
Not a bug, just a question, as I haven't been able to find this elsewhere:
If I use Tweetnacl.js to encrypt a string/json-object, will I then be able to decrypt it in Go using x/crypto/nacl?
Meaning this: https://pkg.go.dev/golang.org/x/crypto/nacl/
In other words, is this implementation compatible with pure NaCl? Does version of both products matter?
It is compatible regardless of the version.
Awesome, thanks!
Not a bug, just a question, as I haven't been able to find this elsewhere:
If I use Tweetnacl.js to encrypt a string/json-object, will I then be able to decrypt it in Go using x/crypto/nacl?
Meaning this: https://pkg.go.dev/golang.org/x/crypto/nacl/
In other words, is this implementation compatible with pure NaCl? Does version of both products matter?