Viewport Too Small

Your screen resolution is below the minimum supported width. Please resize your window or use a larger device for the best experience.

PROCESSING...

✦ About ZeroNote

Introduction

ZeroNote is a minimalist, client-side encrypted notes application. Created by Ly Qui Chung at 56KGen, it serves as a secure workspace for developers and privacy-conscious users to store sensitive text, configurations, and credentials without relying on third-party trust.

Zero-Knowledge Design

ZeroNote implements a strict zero-knowledge architecture. End-to-End Encryption (E2EE) happens entirely client-side. Raw plaintext - including note titles, content, and your Master Key - never leaves your browser context. Our backend acts strictly as a blind storage layer for ciphertext.

Technical Specs

  • Authentication: Stateless session tokens cryptographically signed via HMAC-SHA256, paired with strict anti-CSRF mechanisms.
  • Credential Protection: Passwords are salted and hashed using PBKDF2 (100,000 iterations) on the backend to mitigate offline brute-force attacks.
  • Client-Side Crypto: Encryption keys are derived locally using PBKDF2 (600,000 iterations) via the native Web Crypto API. Payloads are symmetrically encrypted using the AES-256-GCM standard prior to network transmission.
  • Infrastructure: The backend is completely decoupled from the encryption logic, running securely on an edge computing network.

Contact

ZeroNote Workspace

A minimalist, client-side encrypted workspace. Zero-knowledge architecture ensures your plaintext notes and encryption keys never hit our backend.

Sign In

New here? Create an account

Create Account

Already registered? Sign In

Vault Locked

Enter your Master Basic Key to derive your decryption keys. This operation runs 100% locally in your browser context.

Change Password

Updating your password will immediately terminate your session on all other devices.