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 Mike Lewis 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: *

  1. markg30

    Encrypting a field

    Actually, I just need to encrypt fields.&nbsp;&nbsp;for example, I need a foxpro function such as <br><br>en_text=ENCRYPT(param1, param2) (or DECRYPT)<br><br>where param1 is a key and param2 is the text string I want to encrypt.&nbsp;&nbsp;The only stipulation is that the encryption needs to be...
  2. markg30

    Encrypting a field

    While I would think that would be good enough, my client insists on DES3 or equivalent encrytion.&nbsp;&nbsp;Any thoughts?
  3. markg30

    Issuing Novell netware commands from within a C++ program.

    Look up the WNet functions in the Windows API.&nbsp;&nbsp;Connect to the drives using UNC paths and the WNet functions.&nbsp;&nbsp;This will allow your program to work regardless of the type of server (Netware/NT) you need to access, and does not require and Novell specific libraries to be...
  4. markg30

    Encrypting a field

    I am running FPD 2.6 and I need to be able to encrypt/decrypt certain fields in a database at runtime using DES encrytion.&nbsp;&nbsp;Does anyone know of a PLB or BIN to allow me to do this?&nbsp;&nbsp;I have downloaded 3rd party DES encrytion libraries for C and tries to use them in my own PLB...

Part and Inventory Search

Back
Top