Linux Encryption by Shell.

 Linux Encryption by Shell.

How to encrypt the text file.
Steps:
1) cat on file;
2) pipe on shuf (Permutation);
3) pipe on openssl for encryption at aes-256 bit.
#linux #encryption #cryptography


Commenti

Post popolari in questo blog