0
   

JavaScript Encryption of Prompt Message

 
 
Reply Thu 20 Mar, 2014 04:20 pm
I want to make a program in JavaScript that takes a prompt message and encrypts it. I want each letter to have multiple values, for example a random number would be generated 1-3. If it was 1, "a" would equal "xxx". If it was 2, "a" would equal "zzz". If it was 3, "a" would equal "yyy". So if the prompt message was "aaa", you might get something like this: "xxxzzzyyy". Of course with randomness it could also look like: "zzzyyyxxx". Decryption would be simple, you would just replace each value with the correct letter, the encryption is the hard part with the changing values. Is there any way to do this?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 1,759 • Replies: 0
No top replies

 
 

 
  1. Forums
  2. » JavaScript Encryption of Prompt Message
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 07/27/2024 at 01:09:11