play-scala-secure-session-example icon indicating copy to clipboard operation
play-scala-secure-session-example copied to clipboard

Use Google Tink

Open wsargent opened this issue 7 years ago • 0 comments

Libsodium / kalium requires a binary which is not pure Java, so it's not ideal. (It does have very short keys that can be passed around though.)

https://github.com/google/tink has a Java API and is well documented and supported, so maybe using it instead would be better for project purposes.

wsargent avatar Jun 12 '18 19:06 wsargent