Re: A97 - Modify Structure of Secure mdb
- From: "TC" <aatcbbtccctc@xxxxxxxxx>
- Date: 27 Sep 2005 05:59:39 -0700
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
.
- Follow-Ups:
- Re: A97 - Modify Structure of Secure mdb
- From: Tom Stoddard
- Re: A97 - Modify Structure of Secure mdb
- References:
- A97 - Modify Structure of Secure mdb
- From: Kahuna
- Re: A97 - Modify Structure of Secure mdb
- From: TC
- Re: A97 - Modify Structure of Secure mdb
- From: Tom Stoddard
- A97 - Modify Structure of Secure mdb
- Prev by Date: Changing the user of objects in a replica
- Next by Date: Re: no idea how to proceed
- Previous by thread: Re: A97 - Modify Structure of Secure mdb
- Next by thread: Re: A97 - Modify Structure of Secure mdb
- Index(es):
Relevant Pages
|
Loading