Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 455 Bytes

EncNotes

Encrypted cloud synced Notes.

EncNotes is a responsive web app for storing encrypted notes in the cloud. All Notes are Encrypted on the client side and sent to the server. (Still under development)

Used Technologies

  • React
  • Tailwind
  • Editor.js
  • PBKDF2 for Password-Based Key Derivation
  • AES-256 for Encrypting Content
  • Backend Written in Go
  • MongoDB as Database
  • HCaptcha for Captchas