이 노트 앱은 E2EE이며, 어디서든 동기화되고, 만들기까지 몇 달이 걸렸어요
발행: (2026년 3월 14일 오전 12:17 GMT+9)
2 분 소요
원문: Dev.to
Source: Dev.to

백엔드
PocketBase – 인증, 데이터베이스, 파일 스토리지를 모두 처리하는 단일 바이너리입니다.
프론트엔드
번들 크기를 최소화하기 위해 100 % 순수 JavaScript 로 구축되었습니다.
암호화 작동 방식
Key Derivation: I use PBKDF2 to derive a master key from the user's password.
Encryption: Notes are encrypted in the browser using AES‑GCM 256‑bit.
Zero‑Knowledge: The PocketBase backend never sees the password or the decrypted notes. Everything is stored as an encrypted blob.기능
Dual Editor Mode: Fast plain‑text editor or a "Super Editor" built on Tiptap.
Deep Search: The app decrypts notes locally in batches to allow full‑text search across the encrypted vault.
Version History: Automatic snapshots for every note.
Encrypted Export: Export your entire database as a secure HTML file.UI나 보안 구현에 대한 여러분의 의견을 듣고 싶습니다.