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

Ncrypt-Site/ncrypt-client

Repository files navigation

nCrypt Client test

nCrypt Web App

About

nCrypt is a simple application that helps you create temporary secure notes, with support of auto-destruct note. Your notes can live up to one month on our servers, or once the receiver opens them, gets deleted automatically. You can easily do that with nCrypt. We use AES256 to encrypt your data in the client-side web application, and we will store the encrypted data on our server when the receiver opens the note, it will be decrypted in client-side as well, we can't see your data in any way.

Usage

Just check our website and start using it.

Run on your system

Open terminal and clone the repository and open project root folder

git clone https://github.com/Ncrypt-Site/ncrypt-client.git
cd ncrypt-client

Install dependencies using Yarn or NPM

yarn install

Or

npm install

Then you can start the project by runing

yarn start

Or if you using NPM

npm run start