Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 741 There are a lot of ways you can do encryption, Just decide which way you want to proceed.. Which mode of operation you want to do. Which sequence you want to follow when you are XOR ing the data. Do... |
Forum: C++ Oct 20th, 2008 |
| Replies: 6 Views: 715 Couple of suggestions,
1. Avoid using global variables as you used choice here..
2. you can further shrink the main by moving choices to methods here..
3. Display result can also be another... |
Forum: C++ Oct 19th, 2008 |
| Replies: 6 Views: 715 I really didnt understand your question, as per my understanding.. |