Re: simplest asymmetric algorithm
- From: Bertrand Mollinier Toublet <byrtrxnd.mollznzyrtoublyt@xxxxxxxxxxxxxxxx>
- Date: Tue, 08 Jul 2008 02:08:03 GMT
Slayer wrote:
Oh, that's easy. Consider the following "encryption" algorithm:
Hi, I was wondering what can be the simplest asymmetric algorithm
around, for "educational purposes", not meant to protect important data
but more on understanding all the steps involved. I would like then to
implement all of this in a FPGA-style hardware implementation, where the
resources are limited.
public key is positive value held in one byte (0 to 127)
"private" key is the opposite value
for (each byte in plain text)
do
add public key to plain text byte
done
The decryption is done with the same algorithm with the private key used instead of the public key.
I think it qualifies for your definition of asymmetric (different encryption and decryption key, added bonus: same encryption and decryption algorithm), is certainly not meant to protect important data at all and is very, very simple!
HTH,
--
"Relax, kick back, and have a nice big frosty mug full of STFU."
-Re:Animator/NANAE/9-3-07
.
- Follow-Ups:
- Re: simplest asymmetric algorithm
- From: Slayer
- Re: simplest asymmetric algorithm
- References:
- simplest asymmetric algorithm
- From: Slayer
- simplest asymmetric algorithm
- Prev by Date: Re: Some newbie ECC questions: base point, cofactor, multiplicative inverse, and more!
- Next by Date: Re: simplest asymmetric algorithm
- Previous by thread: simplest asymmetric algorithm
- Next by thread: Re: simplest asymmetric algorithm
- Index(es):
Relevant Pages
|