Page 1 of 2

Feature enabling

Posted: Mon Oct 25, 2010 2:08 am
by davidpn
EC.png
I'm an EXECryptor user in the process of evaluating other protection options.

One feature EXECryptor has that I'm having difficulty finding with Enigma is the ability to have "Enabled Features" (See attached screenshot). I've been using this feature to determine whether a user has access to certain features, based on their serial number.

Is there some way of doing this with Enigma? Sorry if it is something obvious that I have missed.

Re: Feature enabling

Posted: Mon Oct 25, 2010 4:32 am
by scorillo7
davidpn wrote:I'm an EXECryptor user in the process of evaluating other protection options.

One feature EXECryptor has that I'm having difficulty finding with Enigma is the ability to have "Enabled Features" (See attached screenshot). I've been using this feature to determine whether a user has access to certain features, based on their serial number.

Is there some way of doing this with Enigma? Sorry if it is something obvious that I have missed.
Yes,in Enigma these are named Sections(under Key Generator) or markers(under Enigma API) and there 16 available.
Check the manual and the example folder under Markers Reg_Crypt.

The process is this:

reg_crypt_begin1
Your feature 1 code
reg_crypt_end1

reg_crypt_begin2
Your feature 2 code
reg_crypt_end2

When release to a customer a key you will select the section 1 or/and section 2
The Enigma engine will see that this key has feature 1 or/and feature 2 unlocked and decrypt the code and execute that feature.

Hope this example is sufficient to clarify your problems.

Re: Feature enabling

Posted: Mon Oct 25, 2010 8:14 am
by Enigma
Yes, agree with scorillo7

scorillo7 - thanks :)

davidpn - you also may take a look at the examples in the Enigma installation folder, Examples\MarkersRegCrypt subfolder.

Re: Feature enabling

Posted: Thu Oct 28, 2010 2:37 am
by davidpn
Thanks! I've purchased now...

Re: Feature enabling

Posted: Thu Oct 28, 2010 8:19 am
by Enigma
Ok, thanks, write us back if you will have any questions!

Re: Feature enabling

Posted: Thu Feb 10, 2011 10:03 am
by aargh
I have a question

The markers can be used in C # code?

Re: Feature enabling

Posted: Thu Feb 10, 2011 10:36 am
by Enigma
Hi aargh, no, markers can't be used in C#...

Re: Feature enabling

Posted: Thu Feb 10, 2011 11:19 am
by aargh
hmmm....

And in future ? :)

Re: Feature enabling

Posted: Thu Feb 10, 2011 3:04 pm
by Enigma
:) no, just for now - do not plan to make it even in future. Native C# language and, for example, native C++ languages differ a lot, no yet ideas how this could be implemented...

Re: Feature enabling

Posted: Fri Feb 11, 2011 1:01 pm
by aargh
Here are some ideas

1. Allow query (through Enigma API) on selected sections in key. At that moment I have a 16-bit information.
2. Or Allow insertion of the 32-bit word to the key through keygen API. And enable it to read through the Enigma API.

It would be an excellent extension