Documentation ¶
Overview ¶
Crypt is a simple password-based encryption program, demonstrating how to use gitee.com/hsg4ok_admin/rsc/crypt.
Encrypt input to output using password:
crypt password <input >output
Decrypt input to output using password:
crypt -d password <input >output
Yes, the password is a command-line argument. This is a demo of the gitee.com/hsg4ok_admin/rsc/crypt package. It's not intended for real use.
Click to show internal directories.
Click to hide internal directories.