X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: crypto_loko_moto AT yahoo DOT com Newsgroups: comp.os.msdos.djgpp Subject: MSDOS-Based Compilable Code for RSA / Other Public-Key Scheme Date: 2 Oct 2005 07:10:35 -0700 Organization: http://groups.google.com Lines: 29 Message-ID: <1128262235.489859.213810@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 132.66.201.218 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1128262241 29755 127.0.0.1 (2 Oct 2005 14:10:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 2 Oct 2005 14:10:41 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=132.66.201.218; posting-account=29HHzg0AAAAZhNMkFgkMdicIVWVNDj9N To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello everyone, I was wondering if anyone should have any DJGPP v2.03 code for RSA implementation (or similar public-key scheme(s)) - of either a module, a library, or even a small program? I have tried Crypto++ Library v5.2.1, but it wouldn't compile. Maybe I'm doing something wrong? I'm not very familiar with compiler flags or other settings. Regardless, my goal is to be able to write an MSDOS-based utility that would offer the following functions: 1.) Generate a large secret/public key pair; 2.) Encrypt / decrypt a file, using a secret/public key; 3.) Sign / verify a file, using a secret/public key. Anything useful would be greatly appreciated, Thanks in advance, Luke