Skip to content

Commit deeaedc

Browse files
Update README.md
readme update
1 parent 8348eef commit deeaedc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

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+
516
### Test data
617

718
Unencrypted Data: Sometimes I eat peanut butter from the jar with a spoon

0 commit comments

Comments
 (0)