ImageLock Word Encryption
BlitzPlus Forums/BlitzPlus Programming/ImageLock Word Encryption| 
 | ||
| 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 ************ | 
| 
 | ||
| cool, let me know what comes of it | 
| 
 | ||
| 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. | 
| 
 | ||
| This should be in Worklogs, really.  Since you aren't actually asking any programming questions. | 
| 
 | ||
| Fair. I'll put it in the worklogs... |