MD5

2000-03-25 Thread Rukmangadha .
Hello I want to use the MD5 program that comes along with OpenSSL but I don't know how to supply a "KEY" to this program, it only accepts data and prints out a checksum. Any help ? [EMAIL PROTECTED] __ OpenSSL Project

Re: pkcs7 encryption limited by memory?

2000-03-25 Thread Richard Dykiel
Thanks. Assuming I'd undertake this endeavor: 1- would this be of any interest for openssl? 2- if yes, would some openssl developer assist in the design? I can do the coding, but I'm new on openssl and the modifications require knowledge of BIO ASN1 internals: I'd need some hints to design

Re: MD5

2000-03-25 Thread Richard Levitte - VMS Whacker
rukku I want to use the MD5 program that comes along with OpenSSL but rukku I don't know how to supply a "KEY" to this program, it only rukku accepts data and prints out a checksum. Any help ? There's no such thing as a "key" to use MD5. MD5 is a hash algorithm, implemented with the md5

Re: pkcs7 encryption limited by memory?

2000-03-25 Thread Dr Stephen Henson
Richard Dykiel wrote: Thanks. Assuming I'd undertake this endeavor: 1- would this be of any interest for openssl? Yes. Well me at least. The encryption side is fairly easy and I've got some code that does most of it: basically prototype code that can convert a stream of data of

Re: How do I generate 56 bit DES keys?

2000-03-25 Thread Ulf Möller
On Fri, Mar 24, 2000 at 08:00:09AM -0600, Wilder, John wrote: I did try the link - unfortunately, it must not be ready yet. I'll keep checking. The web server update has been restarted, the page is there now. Sorry for the confusion.

Re: MD5

2000-03-25 Thread Bodo Moeller
Rukmangadha . [EMAIL PROTECTED]: I want to use the MD5 program that comes along with OpenSSL but I don't know how to supply a "KEY" to this program, [...] MD5 is a hashing algorithm and doesn't use a key. __ OpenSSL Project

Re: MD5

2000-03-25 Thread Michael Sierchio
"Rukmangadha ." wrote: I want to use the MD5 program that comes along with OpenSSL but I don't know how to supply a "KEY" to this program, it only accepts data and prints out a checksum. Any help ? "This book is a mirror -- when a monkey looks in, no philosopher looks out" -

Re: MD5

2000-03-25 Thread Michal Trojnara
Odpowiedz automatyczna: Do 31 marca jestem na szkoleniu. W pilnych sprawach prosze o kontakt z Romanem Iwanickim. Z powazaniem, Michal Trojnara "[EMAIL PROTECTED]" 03/25/00 21:15 Rukmangadha . [EMAIL PROTECTED]: I want to use the MD5 program that comes along with OpenSSL but I don't

Re: MD5

2000-03-25 Thread Chris Zimman
I want to use the MD5 program that comes along with OpenSSL but I don't know how to supply a "KEY" to this program, it only accepts data and prints out a checksum. Any help ? "This book is a mirror -- when a monkey looks in, no philosopher looks out" - Nietzsche MD5 is a