-3

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.

Pascal Cuoq
  • 79,187
  • 7
  • 161
  • 281
vesche
  • 1,842
  • 1
  • 13
  • 19

1 Answers1

2

If this is a Debian based distribution, you can look up which packages provide which files online using http://packages.debian.org. I just looked up des and can't find anything like this as an executable. Also, this is man page from section 7 which is not where command references usually lie. I don't think it is either.

As for doing DES encryption from the command line, a quick google gave me this.

Community
  • 1
  • 1
Noufal Ibrahim
  • 71,383
  • 13
  • 135
  • 169