Main Functionality:
- The user enters the note's text.
- The note is encrypted on the user's device using a unique key.
- The encrypted text is sent to the server for storage.
- The application returns a link containing the note's ID and the encryption key.
- The recipient decrypts and reads the note by following the link.
- The note is deleted from the server after the first view.
- If the note is not read within 24 hours, it is automatically deleted.
To install:
-
npm install nodejs
-
npm install
Dev:
- npm run dem
Production:
- npm run build
If you need the server code you can write me message to kurilchanin.t.me