how can i encrypt data calls?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I have built my algos for encryption but cant understand a way through which
i can access the data during data calls. I came to khow that i have to write
NDIC driver to access data thats too tough for me. Well is there any other
way i can encrypt the data calls???
ursdestiny
 
if you're looking for encrypted communication just have a look at SSL (what
you're using when buying secure stuff online) - no need to make any
algorithms,it's all done for you and it works. You can test it out first by
creating your own certificate for development purposes.
 
Back
Top