Results 1 to 3 of 3

Thread: Winsock Encryption

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    736

    Winsock Encryption

    Hi guys

    i have seen lots of topics on this but i cant find a direct answer to my question so here goes.
    i will sending data to a server including a logon and password, is this data by default encoded? or do i need to encode it?. if i need to encode it does that mean i have to set a deryption in place on the remote server or is the data just encoded whilst in transit - till it reaches its destination?.

    thanks in advance

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Winsock Encryption

    Data being sent across Winsock isn't encoded unless you encode it yourself.

    There's some good encryption code around the forums and other sites. Just use the same encryption/decryption code in both the client and server. So each end can encrypt and decrypt the data.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    736

    Re: Winsock Encryption

    k well it is not my server so i cant do that so i suppose it will be unencrypted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width