mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update README.md
This commit is contained in:
parent
884d60b9f3
commit
c9eea6b317
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ You can run the raw Python source file, compile it yourself, or download the por
|
|||
Picocrypt is about as simple as it gets. Just select a file, enter a password, and start. There are some additional options that you can use:
|
||||
|
||||
<ul>
|
||||
<li>File metadata (changeable for encryption, readonly for decryption): Use this to store notes, information, and text along with the file (it won't be encrypted). For example, you can put a description of the file before sending it to someone.</li>
|
||||
<li>File metadata (changeable for encryption, readonly for decryption): Use this to store notes, information, and text along with the file (it won't be encrypted). For example, you can put a description of the file before sending it to someone. When the person you sent it to selects the file in Picocrypt, your description will be shown to that person.</li>
|
||||
<li>Keep decrypted output even if it's corrupted or modified (decryption only): Picocrypt automatically checks for integrity upon decryption. If the file has been modified or corrupted, Picocrypt will delete the output. If you want to keep the corrupt or modified data after decryption, check this option.</li>
|
||||
<li>Securely erase and delete original file (encryption only): If checked, Picocrypt will generate pseudo-random data and write it to the original file while encrypting, effectively wiping the original file. The file will be deleted once encryption is complete.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue