Re: DES routines?

1999-12-25 Thread Kris Kennaway
On Thu, 23 Dec 1999, Ptacek wrote: Thanks for the info, by the way I found the ecb_crypt by doing a man des_crypt. Are you sure this was on a FreeBSD box? I can't see ecb_crypt listed in our des_crypt(3) manpage, though it is on e.g. Solaris. Kris To Unsubscribe: send mail to [EMAIL

Re: DES routines?

1999-12-23 Thread Kris Kennaway
On Sun, 19 Dec 1999, Ptacek wrote: I am looking for some routines to perform DES encryption in electronic code book mode. I assume you have some reason for wanting ECB, and not the usual (more secure) CBC mode.. I have found the ecb_cyrpt function, however when I try and use it the buffer

Re: DES routines?

1999-12-20 Thread Jeroen Ruigrok van der Werven
-On [19991220 05:55], Ptacek ([EMAIL PROTECTED]) wrote: I am looking for some routines to perform DES encryption in electronic code book mode. I have found the ecb_cyrpt function, however when I try and use it the buffer is not encrypted. apropos des and look at the manpages it returns. --

DES routines?

1999-12-20 Thread Ptacek
I am looking for some routines to perform DES encryption in electronic code book mode. I have found the ecb_cyrpt function, however when I try and use it the buffer is not encrypted. Am I missing something, do these functions not work, and is there a better way of doing this? Below I have

Re: DES routines?

1999-12-20 Thread Ptacek
: Re: DES routines? -On [19991220 05:55], Ptacek ([EMAIL PROTECTED]) wrote: I am looking for some routines to perform DES encryption in electronic code book mode. I have found the ecb_cyrpt function, however when I try and use it the buffer is not encrypted. apropos des and look