Search found 3 matches

by Primadonal
Fri Apr 03, 2015 9:57 am
Forum: Technical questions
Topic: Delphi 7 - Encrypt String Constants in Variables
Replies: 4
Views: 8656

Re: Delphi 7 - Encrypt String Constants in Variables

Admin wrote:VMProtect can not protect your URLs from sniffing.
Can you add such feature in next update ?

Thank you.
by Primadonal
Fri Apr 03, 2015 8:53 am
Forum: Technical questions
Topic: Delphi 7 - Encrypt String Constants in Variables
Replies: 4
Views: 8656

Re: Delphi 7 - Encrypt String Constants in Variables

Howdy, It's worked, but the URLs still can be sniffed using SmartSniff , view result here . So, to protect from sniffing I use a password-based AES encryption: Jorlen Young's AES Encryption Code v1.3 , and it successfully encrypting URLs, see here and my code implementation is below: ...Jorlen Young...
by Primadonal
Wed Apr 01, 2015 11:08 pm
Forum: Technical questions
Topic: Delphi 7 - Encrypt String Constants in Variables
Replies: 4
Views: 8656

Delphi 7 - Encrypt String Constants in Variables

Howdy All, When I try to mark blocks of the code containing string constants that is stored in variables, I got some errors. I want to knwo how to use the VMProtect's Markers to do that. My code : procedure TForm1.IdMappedPortTCP1Execute(AThread: TIdMappedPortThread); var Payload, Host, Header, Kryp...