Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xzunk/crypticcode
Cryptic messages generator For Text Encryption and Decryption
https://github.com/xzunk/crypticcode
bulma-css cryptic cryptojs decryption encrypted-massage-genarator encryption encryption-algorithms encryption-decryption js secart-code text text-encryption
Last synced: 28 days ago
JSON representation
Cryptic messages generator For Text Encryption and Decryption
- Host: GitHub
- URL: https://github.com/xzunk/crypticcode
- Owner: xzunk
- License: mit
- Created: 2023-07-29T03:53:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T14:26:35.000Z (about 1 year ago)
- Last Synced: 2024-10-16T19:06:43.046Z (3 months ago)
- Topics: bulma-css, cryptic, cryptojs, decryption, encrypted-massage-genarator, encryption, encryption-algorithms, encryption-decryption, js, secart-code, text, text-encryption
- Language: HTML
- Homepage: https://xzunk.github.io/Crypticcode/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Encrypt and Decrypt Website
Welcome to the Text Encrypt and Decrypt website! This web application allows you to easily encrypt and decrypt text using the powerful CryptoJS library and an enhanced encryption script. You can try out the demo [here](https://xzunk.github.io/Cryptic-code/).
## Features
- **Encryption and Decryption**: Quickly encrypt and decrypt any text using a secure algorithm.
- **CryptoJS Integration**: Leveraging the robust CryptoJS library for strong cryptographic operations.
- **Enhanced Script**: Our website utilizes an enhanced encryption script to provide additional security layers.## Demo
Check out the live demo [here](https://xzunk.github.io/Cryptic-code/) to experience the functionality firsthand.
## How to Use
1. Visit the [demo site](https://xzunk.github.io/Cryptic-code/).
2. Enter the text you want to encrypt or decrypt in the input field.
3. Choose whether to encrypt or decrypt the text.
4. Click the corresponding button to perform the selected operation.
5. View the result and copied encrypted/decrypted text.## Installation
If you want to host the application locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/xzunk/Cryptic-code.git
```2. Open the `index.html` file in your web browser.
3. Start using the Text Encrypt and Decrypt website locally.
## Contributions
Contributions are welcome! If you have suggestions, bug reports, or want to contribute code, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [CryptoJS](https://cryptojs.gitbook.io/docs/) - A growing collection of cryptographic algorithms implemented in JavaScript.
- The open-source community for providing valuable resources and inspiration.Feel free to explore, contribute, and use Text Encrypt and Decrypt for your secure text operations!