How to use SecureType ?
You will need just add a few line of codes into your application and it's done.
In VB, VB.NET, C#, C++, Delphi and so on, you need to write functions to call the functions of SecureType in order to protect your application.
There are a few functions can be imported from SecureType.Dll.
This function will enable the protection within the application that use SecureType. Return an Integer.
If return 0, error occured for some reasons while starting the protection
If return 1, protection started successfully
If return 2, protection is already started
This function will disable the protection. Return Boolean.
If True, protection disabled successfully
If False, protection cannot be disabled successfully for some reasons
This function gets an identification string from the SecureType.dll to prevent the crackers to apply the fake DLL
technique.
This will display the version of SecureType and some info.
For how to use SecureType in examples, please refer to downloadable demo applications which include the source codes.
Please check out the website for the latest version of SecureType (http://firemark.siteburg.com)