This is an encryption library created by ReCheck devs team.
We are glad to receive any feedback you want to give us.
You can find the docs website here.
This is a reference implementation of a protocol for end-to-end encryption with the Recheck services platform. It implements data storage, fetching and validation with a set of keypairs that support ethereum and aeterntiy digital signatures.
-
npm version 8.15 or above
-
You will need to download the library from the node repository.
-
npm i recheck-clientjs-library
Setting the debug either true or false.
Specify API token, host and blockchain network
Returns a token that the user need in order to communicate with the server.
Returns a token that the user need in order to communicate with the server. Has a parameter challenge. When the user is using our service, upon login into the system there is going to be a QR code that you have to scan. That will create a link between the server and the GUI and you will be prompted to the GUI file manager.
Creates a key pairs and recovery phrase
Encrypt, upload and register a file or any data
The exported functions in better detail.
The base functions in better detail.