/Encryption-Webapp

This web application allows users to encrypt and decrypt messages with any numerical key. The encryption algorithm uses the ASCII table to shift the character codes, and the decryption algorithm reverses the process. Users simply input their message and key, and the app returns the encrypted or decrypted text.

Primary LanguageJavaScript

Stargazers