Updated readme

This commit is contained in:
Gesulgon, Rio Garque 2026-06-15 23:46:47 +08:00
parent 128c0307f4
commit 2e4f8fedf7
2 changed files with 7 additions and 5 deletions

BIN
CryptoPad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -2,16 +2,18 @@
Encrypt and decrypt text inline using a keyboard shortcut. Powered by AES-GCM + PBKDF2 via the Web Crypto API. Everything runs client-side — nothing is sent anywhere.
![CryptoPad](CryptoPad.png)
## Features
- **Keyboard shortcut** (`Ctrl+Shift+E` / `Cmd+Shift+E` on Mac) to open a modal on any note
- **Keyboard shortcuts** influenced by vim to efficiently encrypt/decrypt your text
- **Encrypt & Decrypt** tabs in one modal
- Optional passphrase memory via plugin settings
- Works on **desktop and mobile**
- **AES-256-GCM** encryption with your passphrase
- **PBKDF2-SHA256** key derivation (200,000 iterations)
- Random salt + IV per encryption — every ciphertext is unique
- **Encrypt & Decrypt** tabs in one modal
- One-click **Copy** of the result
- Optional passphrase memory via plugin settings
- Works on **desktop and mobile**
## Installation