unholyangl
Programmer
I have some ideas for a custom encryption for the software I'm working on, and I'm trying to get some input if this would be efficient enough for a server environment possibly under a large work load at times (especially if some newb is attempting to flood it, allthough security procedures they probly wouldn't get far lol)....
Ok heres what I'm thinking! Use (Un)Pack and abviously arrays, and two or more keys. Basicly, looping through each character on an unpacked array from a string and applying a math equation to each then reconstructing it.
So back to my original question, would this be efficient or can I get some suggestions? I've always read to stay away from character by character looping codes, but I would think thats what I'd need in a case like this.
Thx for any possible help in advance!!
Ok heres what I'm thinking! Use (Un)Pack and abviously arrays, and two or more keys. Basicly, looping through each character on an unpacked array from a string and applying a math equation to each then reconstructing it.
So back to my original question, would this be efficient or can I get some suggestions? I've always read to stay away from character by character looping codes, but I would think thats what I'd need in a case like this.
Thx for any possible help in advance!!