I am unable to find the linux binary "des", which seems to exist according to this man page.
Or if someone has an alternate method, I am wanting to decrypt DES encrypted strings from the shell.
答案 0 :(得分:2)
如果这是基于Debian的发行版,您可以使用http://packages.debian.org查找哪些包提供在线文件。我只是查了des
,找不到像这样的可执行文件。此外,这是第7节的手册页,而不是命令引用通常所在的位置。我认为不是。
至于从命令行进行DES加密,快速谷歌给了我this。