Thanks for the replay Dwayne,
At the beginning I was thinking to use something like that you've suggested, just instead addition to use XOR.
For example:
......
For t=0 to length of EncryptionCode Step 1
NewValue[t]=NewValue[t] ^ EncrptionCode[t] + a changing Value
Next t
where NewValue and EncrptionCode are arrays.
Also the data can be packed before the encryption to make the thinks more complicated.
Just wonted to use any strong algorithm.... and I'm still trying
Ivan





Bookmarks