Hi!
I'm in need of a very easy to implement encryption routine which
does not have to be advanced at all. I'm sure that there are
advanced routines out there which can do a much nicer job but I
really only need about this; Put encrypted in a string and call a
subroutine which converts/interprets it and place the decrypted
data in the same or in another string which I can print. The
reason is that I want to prevent that a user edits my file with
a hex editor or similar and replace characters.
Anybody who has such a simple thing around?
Many thanks in advance!
------------------
I'm in need of a very easy to implement encryption routine which
does not have to be advanced at all. I'm sure that there are
advanced routines out there which can do a much nicer job but I
really only need about this; Put encrypted in a string and call a
subroutine which converts/interprets it and place the decrypted
data in the same or in another string which I can print. The
reason is that I want to prevent that a user edits my file with
a hex editor or similar and replace characters.
Anybody who has such a simple thing around?
Many thanks in advance!
------------------
Comment