iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
no
whats wrong with a text fike or registry? just lcok down the permissions and enable auditing. easy on NT based systems.
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
If your vulnerable data are not encrypted it does not matter where you hide passwords or user names...
If data are encrypted then generate dechipher key from a user input - no need to hide anything in that case, let intruder breaks his/her brains...
ArkM
Postaholic
2,001 posts since Jul 2008
Reputation Points: 1,234
Solved Threads: 348
Maybe xor encryption?
Depends on what level of security you wish to adopt.
Google it.
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Google freeware & legal encription/decryption codes (TEA, AES or what else). Encrypt embedded data with a key generated on the base of the (open) password then print result as initialization list and include it in your code. At run-time decode them with (open) password. Include any kind of CRC before encryption to check dechiphering correctness...
At that moment a hacker catches your program memory ;)...
Xoring is a superlightweight method, may be ultralight, O(nothing) ;)...
ArkM
Postaholic
2,001 posts since Jul 2008
Reputation Points: 1,234
Solved Threads: 348