|
Using mircryption.dll with your own programs
|
Previous Top Next |
| DllExport char* __stdcall DecryptString(char *password,char *cryptedtext,char *decryptedtext,int maxresultlen);
|
| DllExport char* __stdcall EncryptString(char *password,char *plaintext,char *encryptedtext,int maxresultlen);
|
| DllExport void __stdcall FreeResultString(char *text);
|