no1biscuit
Programmer
Ok I have a item that requires a password. it is 5-8 numeric numbers. I am wanting to encrypt it in such away that it is secure and produces a small enough encrypted string that it can be written in the item's cabinet. I initially did the whole turn to ASC and add or subtract Chars from it but one of the people here spent and evening decrypting it so that is useless now. I looked at a bunch of Cryptography examples but they all seem to put them in a byte array. This app will be installed on select machines so if some sort of generic key file is required that is fine as long as the same key is on every machine.
Thanks for any input you may have.
Thom
Thanks for any input you may have.
Thom