in reply to Re: RSA encryption on Win32
in thread RSA encryption on Win32
Well, the usage you describe doesn't match the code. Try:
Not that I think that will work (that is mostly what I tried), but at least it matches what the code appears to want. I've watched it go through its calculations and they appear to make sense.perl rsa.pl 3353bc7 6537b15 <text.out >text.enc perl rsa.pl -d 1c07e37 6537b15 <text.enc >text.dec
Of course there are no error messages, there is no error checking. O-: There must be a "real" (as opposed to "cute") Perl-only implementation of RSA floating around (I only looked briefly).
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re2: RSA encryption on Win32
by btrott (Parson) on Feb 28, 2001 at 02:32 UTC | |
by perly_gates (Initiate) on Feb 28, 2001 at 03:49 UTC | |
|
Re: (tye)Re2: RSA encryption on Win32
by btrott (Parson) on Feb 28, 2001 at 08:08 UTC |