encryption

Feb 20, 2014 at 1:21pm
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
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
Thanks can u give me an example in how to use it?
Feb 20, 2014 at 4:39pm
Feb 21, 2014 at 4:06am
Thank u guys so much
Topic archived. No new replies allowed.