You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: