Notice: This project is discontinued and no longer maintained nor supported by Tresorit. This repository only exists for archival purposes.
This repository is a template of a basic example application that shows you how to use ZeroKit for zero knowledge authentication and end-to-end encryption in a very basic manner.
- Make sure you have a nodejs (>6.0.0) installed.
- You can download the current version from here
- Instantiate the application by running
node installer <tenantId> <adminKey> [hostId]
- To get your credentials visit the management portal, you can sign up for a free account there.
- The example app is now in the app subfolder, that you can optionally move wherever you like.
- Start the example app server, by running
npm start
in the app folder - Navigate your browser (preferably chrome) to http://localhost:3000
- Register a new user, sign in and try encrypting and decrypting something.