Connecting Tech Pros Worldwide Forums | Help | Site Map

C++ String encryption /Decryption

Newbie
 
Join Date: Sep 2009
Posts: 2
#1: Sep 25 '09
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's Avatar
Expert
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,258
#2: Sep 25 '09

re: C++ String encryption /Decryption


Hi,
Have you started writing code for this?
Thanks
Raghu
Expert
 
Join Date: Mar 2008
Location: Naperville, Illinois U.S.
Posts: 831
#3: Sep 25 '09

re: C++ String encryption /Decryption


Do you have an idea what algorithm you would like to use for converting the string into a number?
Newbie
 
Join Date: Sep 2009
Posts: 2
#4: Sep 25 '09

re: C++ String encryption /Decryption


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.
Reply

Tags
c++, encryption