Using libsodium in Android and NativeScript.

LibsodiumĀ is a fantastic crypto library, however it’s documentation can be lacking. Libsodium supports many languages via native wrappers and javascript via asm.js. I’ll document here how I got it working in Android both in Java and NativeScript. The target audience is someone who knows web development but not Android development. Java + Android We’ll use… Continue reading Using libsodium in Android and NativeScript.