Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rot-13 encryptor
#1
i'm trying to make a rot-13 encryptor and i have the math done but i'm not sure how to get the number that the math will output, to convert back to a letter that will then be outputted by the program as the decrypted message.
i have a for loop in my public String decrypt method that is
for(int i = 0; i < message.length(); i++)
{
}
but i'm not sure what to put inside so if anyone could help me that would be great! thanks! Thumbsup
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)