-
Can anyone help me with encrypting files like say i want to save a file as txt and i want to encrypt it so that when i open it with another text editor it will show up like this
"lksdjfsfj(*^)(&^8y*PIGJHP(F&VJKp97845m5n97YP(&*^J4n;i7"
when it is supposed to be like this
"Hi this is thevbuser"
come on help me fast i need help
-
You could convert the string to abyte array with strconv and xor all items with a random seed or a password. Then convert back and put into the file opening binary. I think there's code posted somewhere, if you search for it
-
There is a post to do just that from a few months ago
by Aaron Young.
-
:D what was the subject of the thread?
-
try encryption ??
there are some projects that do that at
http://www.planetsourcecode.com
:)