Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:2498] crypt needed for res-rsa



> "Carlos Y. Villalpando" <unbelver@brain.jpl.nasa.gov> wrote:
> 
> Quoting Bob Tanner <tanner@real-time.com>:
> > Linux does not have crypt, well RedHat Linux does not.
> 
> Neither does Debian.  And while looking for a suitable crypt, even in
> source, I realized why: "U.S. Crypto Laws Suck! --Tanner"
> 
> So I doubt any Linux distribution will have a 'crypt' equivalent tool.

I'm confused.  What crypt is being talked about here, the command line
crypt or the library crypt()?  If it's the command line crypt,
wouldn't it be trivial to make a command line version using the
library call?  We only need a one-way crypt, right?

If you're talking about the library, then Linux and FreeBSD have it.

-Jeff