You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
Simple AES Encryption tool to password protect any information. It can encrypt as well as decrypt, render a QR code of the encrypted information and also print a formatted page with all the relevant data to a PDF file or printer.
4
4
5
+
Inputting your private keys into third party software can be a great way to get your keys stolen by malicious actors. Please use this tool with extreme caution. Check the checksum and signature before using this software.
6
+
7
+
You or other software engineers whom you trust can review the code and compile it from source yourself.
8
+
9
+
All encryption is done locally, nothing is broadcast. This application can be used completely offline.
10
+
11
+
As an added layer of security / paranoia, you can run this software offline inside a VM or USB booted operating system (which is subsequently destroyed) to make absolutely sure it doesn't broadcast anything.
12
+
13
+
14
+
This software is free, open source and provided under the [MIT license](https://opensource.org/licenses/MIT)
15
+
5
16
### Test data
6
17
7
18
Unencrypted Data: Sometimes I eat peanut butter from the jar with a spoon
0 commit comments