Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Odyssee of getting the Cryptobox working

Kai W edited this page Nov 22, 2020 · 1 revision

Cryptobox

Finding the Cryptobox

The Api we are using is the Cryptobox4J api, which is a Version of the Android Java Api used in the Android Wire App modified to be used on PCs. See: https://github.com/wireapp/cryptobox4j

Building the Dependencies

Cryptobox.dll

Was the thing with Rust cargo etc

Cryptobox-jni.dll

Was the thing we compiled form the C file in the Cryptobox4j src

Soduim.dll

Taken from Sodium Downloads

Installing the DLL's into the Jar File for deployment

TODO