Skip to content

Commit 99ef9ce

Browse files
authored
Create README.md
1 parent a1f1023 commit 99ef9ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EncryptedNotepad
2+
Android counterpart of Encrypted Notepad for desktop
3+
4+
It does only one thing, but aims to do it perfectly - a Notepad-like simple text editor where files are saved (and later loaded) encrypted with industrial strength algorithms. Available both for the desktop (as a Java application) and on Android.
5+
6+
Unencrypted data is never stored on-disk.
7+
8+
# Features
9+
10+
* Symmetric key AES encryption
11+
* Pre-encryption compression
12+
* Cross-platform
13+
* Convenient and safe

0 commit comments

Comments
 (0)