Hello,
I programmed a function and i want to include it in a stored procedure.
string EncryptString(const char *instr, const char *passPhrase);
I declared my output data as a string
string szOutputData;
...
szOutputData = EncryptString((const char*)pbData, pass)...
Hello,
I'm looking for a DLL to crypt string data which i can reused with a delphi application.
Do u know something like that?
If you want more explanation, let me know.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.