Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Developing Client or SDK

Farshad Nematdoust edited this page Aug 24, 2020 · 1 revision

SDK Development for nCrypt.site

In nCrypt.site API is just storage and all the encryption/decryption happens on the client/SDK side. The PHP SDK and CLI client developed in house, they only do the encryption part and the decryption part is our web-app responsibility.

nCrypt uses AES for securing the notes, currently, we are using AES CTR block cipher mode. the good thing about this mode is, it needs no padding, hence it's easier to use it in different programming languages.

To build an SDK for nCrypt you need to call the API with the following payload:

TBA

Clone this wiki locally