-
CloudNote v5.0.1 Stable
released this
2026-08-28 01:27:46 +00:00 | 0 commits to main since this release☁️ CloudNote v5.0.1
An end-to-end encrypted cloud notes client for desktop.
✨ Features
- End-to-End Encryption: notes encrypted locally; server never sees plaintext
- Hybrid Encryption: X25519 key exchange + AES-256-GCM symmetric encryption
- Flexible Key Management: global key / per-file key / password protection
- Two-Factor Protection: password + separate key file
- Zero-Knowledge Architecture: server stores no decryption keys
- Cross-Platform: Windows / Linux / macOS
🔐 Encryption
- Key Exchange: X25519 (ECDH)
- Symmetric: AES-256-GCM
- Asymmetric: RSA-2048 (optional)
- Key Derivation: PBKDF2 (100,000 iterations)
🛠️ Tech Stack
Python 3.8+ / PyQt5 / cryptography / requests
What's New in v5.0.1
- README fully rewritten in English
📦 Includes
- main_pyqt5.py (GUI client)
- App.py / DVT_RFSA.py
- LICENSE (Apache 2.0)
📄 License
Apache License 2.0
Downloads