Monday, July 27, 2009

Dev C++ Programming (Encrypt string)?

How do I encrypt a string in Dev C++? Thanks.

Dev C++ Programming (Encrypt string)?
Encryption is a huge topic, far beyond what can be answered here.





Start with some very simple encryption methods and work your way up from there. Do a web search for "XOR encryption" or "ROT13" and implement them.


No comments:

Post a Comment