Atbash Cipher Algorithm:
The Atbash Cipher is a monoalphabetic substitution cipher that was originally used for the Hebrew alphabet. ...
The Atbash Cipher maps each letter of an alphabet it to its reverse, so that the first letter (e.g. A) becomes the last letter (e.g. Z), the second letter (B) becomes the second to last letter (Y), and so on.
Languages and Framework used
Language used: Python3 Framework used: Backend- Django, Frontend: HTML, CSS,JavascriptJQuery.
Running the code
To run the code, go to parent directory and run the command python manage.py runserver. This will open the web application in the local host URL.