I want to create a form and have the user enter information. Then I create an array in memory of the information. Next I want to encript the array (I do not want to save the encripted file to the users PC) in memory and then send to a custom MMF 2 server program on another machine.
The data needs to be encrypted for secure transfer over the internet. Then the server will unencrypt and store as needed.
Will the binary object do the memory encription?? Suggestions???