ImageLock Word Encryption

BlitzPlus Forums/BlitzPlus Programming/ImageLock Word Encryption

Luke111(Posted 2009) [#1]
I have been working recently on an encryption type with word to image encryption. Every pixel is a different encrypted key, so it is hard to catch. Also, a key is generated at startup so it only can be unencrypted from that key.
************
USH
************


Gladclef - Ben B(Posted 2009) [#2]
cool, let me know what comes of it


Luke111(Posted 2009) [#3]
Im making a conversion chart. Encryption goes like so - Input to Ascii to binary multiplied by 2 then multiplied by 2 again then squared then each number gets its own hex code in a loop with mid and math then each hex handle is placed in a bitmap with each pixel. Key, like a bitmask, maybe version two.


GfK(Posted 2009) [#4]
This should be in Worklogs, really. Since you aren't actually asking any programming questions.


Luke111(Posted 2009) [#5]
Fair. I'll put it in the worklogs...