Skip to content

Avaray/secure-encrypted-notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

719 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 SEN - Secure Encrypted Notepad

SEN is a local-first desktop application built in Rust, focused on security. It uses keyfile-only authentication instead of passwords, ensuring that your documents cannot be decrypted without physical access to your unique keyfile.

SEN Screenshot

🚧 Please note that SEN is still in development. While the core functionality for Desktop is in place, the Android version is in an early stage of development and most features do not work yet.


📚 Documentation

For detailed information, check out the following guides in the /docs directory:


🖥️ Platform Support

Platform Architecture Target Security Backend
Windows x86_64 x86_64-pc-windows-msvc Windows Credential Manager
Linux x86_64 x86_64-unknown-linux-gnu libsecret / KWallet
macOS Universal x86_64 / aarch64-apple-darwin Keychain Access
Android ARM64 / x86 aarch64 / x86_64-linux-android Android Keystore & Biometrics

Portable: Desktop SEN is a single self-contained binary — no installation required. Just download and run.
Linux: Requires a running secret service daemon (e.g. gnome-keyring or kwallet).


⚠️ Important Disclaimer

Losing or modifying your keyfile means permanently losing access to your encrypted files. So always back up your keyfiles securely and use app at your own risk.