Actually, I just need to encrypt fields. 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. The only stipulation is that the encryption needs to be...