PDA

View Full Version : Flexera Cryptographic stuff



iceland
2014-10-01, 11:27 PM
If someone ever gave a shot to brute-force the cryptographic keys used inside the flexera licensing scheme, this tool might be handy. Just wrote it for fun some time ago.

Flexera uses 3 secret keys (lm_seeds each 32 bit) based on the RNG of sb_rngFIPS186Session function provided by Certicom Security Builder libraries. which is used to generate the elliptical curve point called real public key. This cryptographic public key is further obfuscated according to the software vendor to make a lm_public key which is supplied with the software and can be debugged easily.

To make a proper keygen without any patching first step is to get this vendor independent cryptographic real public key from your debugged one. Then second step is to find a mapping somehow from this to get the 3 secrets.

This tools will help in the first part. And a text file is attached as a sample for the second part.
Please feel free to utilize or throw away, it's upto you. There will be no updates :p

If someone is feeling lucky his key might get hit even in the sample file.
Note: May need .Net 4.5 and also Take care of the GIGO process. :cool:

Thanks & Reputations are always welcome !!

Get Here ---------> 36466

alekine322
2014-10-01, 11:49 PM
Hi
Thanks for share. I am studying this topic
Please you can send MP for link download
I no can download forum
Regards

iceland
2014-10-03, 04:02 AM
Yes i understand the situation of reputation.
I am in the same boat. No repo no exetools.

Take it ------------> http://rghost.net/58314729

pharmacist
2014-12-28, 07:03 PM
Will really appreciate a working example (I think u did it on sc*****nger 2013) am I correct?