Ccrypt is a command
line utility for encryption and decryption of files and streams in Linux
[CentOS 7].
The Ccrypt utility
is available for Cent OS 7 and RHEL in EPEL repository (Extra Packages for
Enterprise Linux).
Setup EPEL repository: follow tutorial How
to install EPEL repository on Centos7
Step 1: Run the following command to install Ccrypt
package:
[root@linuxcnf
~]# yum install ccrypt
Loaded
plugins: fastestmirror
……….
Installed:
ccrypt.x86_64 0:1.10-7.el7
Complete!
[root@linuxcnf
~]#
|
Step 2: Run the following command to verify the installation:
[root@linuxcnf
~]# which ccrypt
/bin/ccrypt
[root@linuxcnf
~]#
|
It’s done!!!
No comments:
Post a Comment