| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Tue, 22 Sep 1998 19:35:01 +0900 (JST) From: Anonymous <nobody@nowhere.to> To: cypherpunks@toad.com Reply-To: Anonymous <nobody@nowhere.to> Where can I get the one-time pad in perl? The one I have I can't figure out how to input data into it: #!/bin/perl vec($_,0,1); open(P,shift); read(P,$p,length),print $_^$p while<> Can anyone help?
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |