cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
encryption
encryption
Feb 20, 2014 at 1:21pm UTC
Tristan101
(28)
Write your question here.
can someone help me I want to make an encrypter so like a=♡I n=)w t=1w
and if u write ant it must give u ♡I)w1w then a decrpter to take that and remake it into ant how would I go about doing this
Feb 20, 2014 at 4:14pm UTC
coder777
(8444)
The most common approach is "exclusive or": ^ is the operator for this
if you apply an arbitrary value you have it encrytped. Apply that value a second time and it is decrypted.
Feb 20, 2014 at 4:18pm UTC
Tristan101
(28)
Thanks can u give me an example in how to use it?
Feb 20, 2014 at 4:39pm UTC
nickmiller24
(24)
Take a look at this
http://www.cplusplus.com/forum/articles/38516/
Feb 21, 2014 at 4:06am UTC
Tristan101
(28)
Thank u guys so much
Topic archived. No new replies allowed.