02-24-2025, 09:48 PM
(02-24-2025, 09:00 PM)Pete Wrote: Hey Sam, @a740g
A quarter of a century ago I wrote my own encryption for office data. It worked great but by today's standards would be considered obsolete. My question is how involved would this be using this new QB64 encryption function to get even something simple like a password encrypted?
So say want to encrypt my password to this forum:
password$ = "peteistremendousbutsteveisjustamazing"
How would I encrypt that with this new feature so, unlike the example in the wiki, someone can't just decode it with _BASE64DECODE$? I would think there should be a key involved.
Pete
https://qb64phoenix.com/qb64wiki/index.php/MD5$
https://qb64phoenix.com/qb64wiki/index.php/ADLER32
https://qb64phoenix.com/qb64wiki/index.php/CRC32