View Single Post
  #6  
Old 11-01-2005, 12:30 PM
crunchy1 crunchy1 is offline
Senior Member
 
Join Date: Jan 2005
Location: Boogie Woogie!!
Posts: 785
Default Re: $10 to finish this java program for me

[ QUOTE ]
I just need the decryption part, which is partly finished. It's tougher than the encryption part. I think you'd have to loop through to find where the characters end. I was starting a loop to find where the spaces are.

[/ QUOTE ]
Spaces are ASCII characters too. This isn't any harder than looping through each character of the "encrypted" string, "decrpyting" it and appending the result to the end of the result string.

You need to pay someone to do this for you? Sad.
Reply With Quote