Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. encryption using VS C/C++

encryption using VS C/C++

Scheduled Pinned Locked Moved ATL / WTL / STL
c++visual-studiosysadminsecurityquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alan Kurlansky
    wrote on last edited by
    #1

    What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks

    J G 2 Replies Last reply
    0
    • A Alan Kurlansky

      What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks

      J Offline
      J Offline
      jk chan
      wrote on last edited by
      #2

      in Windows you can use Crypto APIs. see http://msdn.microsoft.com/en-us/library/aa382016(v=vs.85).aspx[^]

      If u can Dream... U can do it

      A 1 Reply Last reply
      0
      • J jk chan

        in Windows you can use Crypto APIs. see http://msdn.microsoft.com/en-us/library/aa382016(v=vs.85).aspx[^]

        If u can Dream... U can do it

        A Offline
        A Offline
        Alan Kurlansky
        wrote on last edited by
        #3

        Thanks. I'll check that out.

        1 Reply Last reply
        0
        • A Alan Kurlansky

          What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks

          G Offline
          G Offline
          Gene OK
          wrote on last edited by
          #4

          I wrote a small WTL application to illustrate the crypto functions. I also transform the encrypted string to a Base64 for transmittal across the internet. Might be of help to you, although a little late. http://www.codewiz51.com/blog/post/2010/11/16/WTL-application-to-encrypt-a-character-string.aspx[^]

          ~Gene -- Life is not a spectator sport. I came to play. My Web Site, Blog & Wiki

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups