What is .cpt extension?
.cpt is a encrypted file format, you can use ccrypt to create and decrypt .cpt file
How to encrypt and decrypt .cpt file
Encrypt a file
1 |
ccencrypt /tmp/demo.txt |
Decrypt a file.
1 |
ccdecrypt /tmp/demo.txt.cpt |
How to install ccrypt
Install ccrypt on CentOS
1 |
sudo yum install ccrypt |
Install ccrypt on Debian/Ubuntu
1 |
sudo apt-get install ccrypt |