Latest web development tutorials

Linux rhmask command

Linux command Daquan Linux command Daquan

Linux rhmask commands for file encryption and decryption operations.

Instruction execution rhmask encrypted files can be made to facilitate the users to transfer the files on the public network, which is not being misappropriated.

grammar

rhmask [加密文件][输出文件] 或 rhmask [-d][加密文件][源文件][输出文件]

Parameters:

  • -d generate encrypted files.

Examples

Using the command "rhmask" encrypted files "code.txt" After encryption, the output file saved as "demo.txt", enter the following command:

$ rhmask code.txt demo.txt

After the above command is executed, the file "code.txt" will later be encrypted, saved as encrypted files "demo.txt".

Note: This instruction has two syntax, the user can selectively use can.

Linux command Daquan Linux command Daquan