Re: A97 - Modify Structure of Secure mdb



It's massive overkill to /encrypt/ those values. Just code them so that
they can't be seen by a single "strings" dump of the database file.

For example:

dim sUsername as string
sUsername = chr$(41) & chr$(42) & chr$(32)

instead of:

const sUsername = "ABC"

(PS. The chr$ codes above are probably wrong, ie. not the codes for
"A", "B" and "C". I don't have anything suitable here to check. But
it's clear what I am getting at, yes?)

HTH,
TC

.



Relevant Pages


Loading