Javascript related issue

hey all is it posible to get the generated text from a website


using javascript

can anyone help me

Can you tell the name of the website? Maybe I can help you.

https://www.online-toolz.com/tools/text-encryption-decryption.php

did you got how can i do it ?

i found the solution

EDIT: Good you found the solution.

Hello, I was searching through that website's code on how do they encrypt and decrypt the text. I have a suggestion, If you want to encrypt some text, you can always make your own algorithm.

For e.g. => For an Alphabet A you can do like this:
A's ASCII number- 65+5=70
Then write the small letter 10 alphabets after A.
Then keep an & sign (any random symbol)
and then so on.....

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.