ubuntu:openssl:encrypt_a_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:openssl:encrypt_a_file [2021/01/30 18:33] – peter | ubuntu:openssl:encrypt_a_file [2021/01/30 18:34] (current) – [Encrypt (interactive)] peter | ||
---|---|---|---|
Line 117: | Line 117: | ||
openssl enc -aes-256-cbc -in file.txt.enc -out file.txt | openssl enc -aes-256-cbc -in file.txt.enc -out file.txt | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Using a low iteration count like 29 is not very useful. | ||
+ | |||
+ | The count should be made as large as you can without it becoming too annoying (1 to 2 seconds of iteration). | ||
+ | |||
+ | The current default of 10000 is var too low, even when it was released! | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 133: | Line 144: | ||
openssl enc -aes-256-cbc -in file.txt.enc -out file.txt | openssl enc -aes-256-cbc -in file.txt.enc -out file.txt | ||
</ | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | Using a low iteration count like 29 is not very useful. | ||
- | |||
- | The count should be made as large as you can without it becoming too annoying (1 to 2 seconds of iteration). | ||
- | |||
- | The current default of 10000 is var too low, even when it was released! | ||
- | |||
- | </ | ||
---- | ---- |
ubuntu/openssl/encrypt_a_file.1612031596.txt.gz · Last modified: 2021/01/30 18:33 by peter