HOME | DD

mccann — RSA and

Published: 2002-01-23 10:21:14 +0000 UTC; Views: 13598; Favourites: 18; Downloads: 730
Redirect to original
Description I was messing around the the RSA encryption algorithm, and came up with this image, thought it was cool. There is another as well:
"RSA xor" [link]

in pseudo language syntax, this image is computed with the basic algorithm:

for every y
for every x
temp = x and y
pixel[x,y] = (temp^7) mod 257;


(if anyone wants a larger size for any reason, let me know)

-Andrew
Related content
Comments: 51

arc In reply to ??? [2002-01-23 10:32:10 +0000 UTC]

agreed with benthekuno, i'm impressed with how you achieved results like this from messing around with algorithms.

- arc

👍: 0 ⏩: 0

zmega [2002-01-23 10:25:58 +0000 UTC]

that looks like fun...what did you make it with.

===============================
Program:
A tool used convert data into error messages.

👍: 0 ⏩: 0

benthekuno In reply to ??? [2002-01-23 10:25:55 +0000 UTC]

thats cool.. usually messing with graphics algorithms turns up crap but this turned out pretty nice

👍: 0 ⏩: 0


<= Prev |