The only way I can think of providing some type of security is to encrypt the data in the database. I don't know of any databases right off that support that natively. Generally, saving encrypted data is handled on the application side, so you'll have to use and encryption/decryption layer scheme in your application when you are trying to write/read to whatever database you're setting up. This will cause quite a speed issue doing this to your entire data, but is the only thing I can think of on Win98 to keep hex-editors from viewing data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.