项目作者: KonstantIMP
项目描述 :
Cryptor is a simple tool to encrypt and decrypt text messages
高级语言: C++
项目地址: git://github.com/KonstantIMP/cryptor.git
cryptor
Cryptor is a simple tool to encrypt and decrypt text messages
Use “cryptor -h” to view help message and “cryptor -a” to see encode and decode algorithm
Installation manual :
git clone https://github.com/KonstantIMP/cryptor
cd cryptor/build
cmake ..
make
sudo make install