in reply to Re: Encryption using perl core functions only
in thread Encryption using perl core functions only
If your shared key is significantly larger then the plain text and the key is sufficiently random than using the key as a rotating shared key is non trivial or nearly impossible to break.
http://en.wikipedia.org/wiki/One_time_pad is a similar choice which you may want to look at, the advantage for these is that they require little processing power to compute.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encryption using perl core functions only
by Porculus (Hermit) on Nov 26, 2007 at 22:15 UTC |