GM2 Cipher is a simple web application that allows you to encrypt and decrypt text using the GM2 Cipher algorithm. The GM2 Cipher is a type of Caesar Cipher that works on letters (both upper and lower case) while leaving other characters unchanged.
- Encrypt text using GM2 Cipher
- Decrypt text using GM2 Cipher
- Upload text files to encrypt or decrypt
- Download encrypted or decrypted text as a .txt file
- Open the GM2 Cipher in your web browser.
- Enter the text you want to encrypt or decrypt in the "Input Text" area.
- Enter a numeric key in the "Enter Key" input field.
- Choose the appropriate action (Encryption or Decryption) from the dropdown menu.
- Click the "Generation" button to perform the action.
- The result will be displayed in the "Output Text" area.
- If you want to upload a text file, click the "Upload" button and select the file you want to process.
- To save the result as a .txt file, click the "Download" button.
The GM2 Cipher algorithm works by shifting each letter in the input text by the specified key value. For example, if the key is 3, every letter 'A' will become 'D', 'B' will become 'E', and so on. Non-letter characters are left unchanged.
Feel free to contribute to this project. If you find any issues or have ideas for improvements, please open an issue or create a pull request.
Thanks to everyone who contributed to the development of this project and those who inspired the implementation of GM2 Cipher.
This GM2 Cipher web application was developed by Ghaith Ahmed.