Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: phidji
  • Content: Threads
  • Order by date
  1. phidji

    Programming Extended Stored Procedure

    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)...
  2. phidji

    Using a DLL for crypting data to be reused with delphi

    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.

Part and Inventory Search

Back
Top