AES-GCM Secure Encrypted Notepad
Author, encrypt, and decrypt custom text files locally using secure AES-GCM 256-bit password-based encryption.
İşleniyor...
0%
Instantiating PBKDF2 iterations
Deriving encryption key
Seeding cryptographic initialization vector
Done
Sonuç
Need to store confidential credentials, personal journals, or secure project notes without trusting cloud storage? This offline encrypted notebook secures texts locally.
A standout capability is the Self-Decrypting HTML exporter: download notes as a single, offline HTML file. When opened, it displays a password prompt that decrypts the message locally via native WebCrypto APIs.
For physical security, the Autoshredder monitors inactivity. If the tab sits idle for 5 minutes, it automatically shreds the inputs and state memory, protecting against shoulder surfing.