开发者

Is it possible to use crypt command of unix without user prompt for key

开发者 https://www.devze.com 2023-01-22 18:49 出处:网络
I want to use crypt 开发者_开发知识库command for encrypting a file, but the key I want to keep fixed and not give a user prompt for entering a keycrypt key < file.txt > file1.txt

I want to use crypt 开发者_开发知识库command for encrypting a file, but the key I want to keep fixed and not give a user prompt for entering a key


crypt key < file.txt > file1.txt

0

精彩评论

暂无评论...
验证码 换一张
取 消