C++ String encryption /Decryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siyuangao
    New Member
    • Sep 2009
    • 4

    C++ String encryption /Decryption

    Hi! I just started to study C++, I have a question. I want to write a program that ask user to input a string ( Maybe a sentence). Then convert the string to a set of number. And output the value, that will be helpful to add a decryption in the program. Thanks
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Hi,
    Have you started writing code for this?
    Thanks
    Raghu

    Comment

    • donbock
      Recognized Expert Top Contributor
      • Mar 2008
      • 2427

      #3
      Do you have an idea what algorithm you would like to use for converting the string into a number?

      Comment

      • siyuangao
        New Member
        • Sep 2009
        • 4

        #4
        Yes, I already started to write the code. And I think any algorithm will be fine. Can you give me some ideas about how to do this?? Thanks.

        Comment

        • indresh2152
          New Member
          • Dec 2009
          • 13

          #5
          visit this site, may be you can get some help from this site.

          Comment

          Working...