|
Posted by Scherbina Vladimir on March 1, 2006, 1:48 am
If you were Registered and logged in, you could reply and use other advanced thread options There is no absolute solution for this problem. If someone wants to find
needed data in executable (or in any file) he/she will achieve - that it's
just the matter of time.
There are several rules that might delay the time spent to find data in your
executable:
1. Store data in a coded way. When you need it - decode, use and then encode
again.
2. Crypt/Uncrypt procedures "on fly" that works with your data. Your data
also should be crypted.
3. Use 3rd party applications such as packers, protectors (Aspack,
Asprotect, Themida).
--
Vladimir
> Hello Everyone,
>
> I was wondering if there was any way to protect sensitive data in plane
> text hard coded into the application?
>
> If you open up a .exe file you will be able to see various pieces of
> information layed out in plain text and I was wondering if you could
> avoid this. This would allow any who decompile or reverse engineers
> my application to view my hard coded password. Is there any way around
> this?
>
> Thank you for any ideas and help in advance.
>
> Joey
>
|