Re: Anyone using Themida or WinLicense?



I believe that everything except Oreans products are totally insecure cause
they use a very revolutionary technology.
I'm very freak with software security and I can see that Oreans never
cracked the last two years.

Code Virtualizer mutates selected fragments of your code into another
fake/virtual machine making it impossible to be translated by the
intel-compatible debuggers. This fake/virtual machine is always random to
avoid possible studying from crackers. You can use any number of virtual
machines to make it even harder. You can protect your code from being
studied, ie

{$I Virtualizer_Start.inc}
Decrypt(....
{$I Virtualizer_End.inc}

but it can not be used to encrypt strings like

{$I Virtualizer_Start.inc}
String1 := 'Something'
$I Virtualizer_End.inc}

Ionworx's secure code encrypts the code and decrypts it dynamically on
software execution making possible to encrypt strings but its weaker from
the virtual-machine model cause it doesnt mutate the code and the encryption
scheme can be decrypted with a debugger.

FYI, the only protectors on the market that support mutation/virtual-machine
technology are Oreans products as well as the dead SVKP Protection.

As for your other question, it is compatible with Delphi and it comes with
full headers and examples for Delphi as well as many other languages.

I strongly recommend Code Virtualizer to protect sensitive parts of your
code such as encrypt/decrypt, registration key check etc...


Bob

"Jim Davis" <jdavis@xxxxxxxxxx> wrote in message
news:46af28a3$1@xxxxxxxxxxxxxxxxxxxxxxxxx

I bought Code Virtualizer recently, and got good support and a change to
the code at a suggestion of mine.> /Matthew Jones/

How does this compare to ionworx secure code ?
is it delphi compatable ?

cheers



.



Relevant Pages

  • Re: Anyone using Themida or WinLicense?
    ... Code Virtualizer mutates selected fragments of your code into another ... software execution making possible to encrypt strings but its weaker from ... I strongly recommend Code Virtualizer to protect sensitive parts of your ...
    (borland.public.delphi.thirdpartytools.general)
  • RE: AES Symmetric Key Secure Storage
    ... private key - both stored in a CAPI container. ... Now if you use PER USER AES key than the best is to protect the key (ie. ... encrypt it) with a key pair stored in the user's container. ...
    (microsoft.public.platformsdk.security)
  • Re: encrypt data in registry
    ... because encrypting the data won't actually protect it from other ... I would like to encrypt some data in the registry. ... It's not ok for the user to have to type a password (at app startup) ...
    (microsoft.public.vc.mfc)
  • Re: GC and security
    ... Just what attack are you trying to protect against, ... comes back at end to encrypt and then app is done. ... getting rid of the need for a passphrase? ... There was some questions (from MySQL pro) about how MySQL writes would ...
    (comp.lang.python)
  • Re: How to block system copy commands at driver level
    ... Store those keys on a SmartCard ... protected with the public key used to encrypt them before they are added. ... That still won't protect against cameras or screen capture ... How can I trace following System Copy commands and block them, ...
    (microsoft.public.development.device.drivers)