in reply to ascii to binary
Ascii is binary. It is simply a convention for interpreting binary data so you really are not changing anything by writing "ascii" out as "binary". Have a look on CPAN for the various encryption modules that are there.
A very simple (and weak) encryption is to xor the plain text with a key text (password). Xoring the cypher text with the key text regenerates the plain text.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ascii to binary
by CountZero (Bishop) on Jul 23, 2005 at 21:26 UTC |