Как зашифровать файл используя mcrypt или openssl
mcrypt
Зашифровать:
mcrypt data.txt
mcrypt -d data.txt.nc
openssl
Зашифровать:
openssl enc -aes-256-cbc -salt -in file.txt -out file.out
Расшифровать:
openssl enc -d -aes-256-cbc -in file.out
Зашифровать:
mcrypt data.txt
mcrypt -d data.txt.nc
Зашифровать:
openssl enc -aes-256-cbc -salt -in file.txt -out file.out
Расшифровать:
openssl enc -d -aes-256-cbc -in file.out
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |