Hi,
I am trying to do a very simple "encryption " of a text string in java
script. For instance, if the user enters : steve, I want to just
convert each character to its ASCII value and add 5 to each character,
then convert back to a string giving: "xyj{j" for this example.
is there a simple way to do this? any suggestions on functions I can
use would be greatful!
Thanks,
Steve
I am trying to do a very simple "encryption " of a text string in java
script. For instance, if the user enters : steve, I want to just
convert each character to its ASCII value and add 5 to each character,
then convert back to a string giving: "xyj{j" for this example.
is there a simple way to do this? any suggestions on functions I can
use would be greatful!
Thanks,
Steve
Comment