How to mask a hard-coded password in code?

I would like to eclipse the password in my VB6 code so that it cannot be detected even through decompilation.

Is it possible?

+3
source share
2 answers

If the program has access to it in plain text, then you can somehow get it. You better get your safety in other ways. How to do this really depends on your specific application. Do you need to save a password in your application? Can you just save the pre-computed hash and compare with it?

+2
source

, . , ( , - ).

, - , , , , .

, , ( ?) , , , , , . , " " , .

0

All Articles