| Author |
How to convert the ascii code to character
|
Aravind Prasad
Ranch Hand
Joined: Dec 28, 2005
Posts: 258
|
|
Hello Ranchers.. I'm trying to encrypt some text .. i first stored the text entered to an array by converting it to ascii using the charCodeAt() function.. and tried the encryption.. i want to decrypt the converted code to character.. back how can i do that..? Please help me ranchers.. Thanks in advance regards
|
 |
Dom Lassy
Ranch Hand
Joined: May 05, 2006
Posts: 181
|
|
Just out of curiousity, why are you doing this?
|
 |
Aravind Prasad
Ranch Hand
Joined: Dec 28, 2005
Posts: 258
|
|
Thanks Dom Lassy, I've done this encryption.. Very cool one.. Thanks a lot.. for helping me.. Then the purpose of this is Password encryption.. It is just for a Academic project.. Any way thanks a lot really.. Regards Aravind
|
 |
 |
|
|
subject: How to convert the ascii code to character
|
|
|