AE Encrypt is a powerful Chrome extension that allows users to encrypt plain texts using various hashing algorithms and encoding methods. Whether you need to hash passwords for security or encode data for transmission, this extension provides a user-friendly interface for quick and secure text manipulation.
- Hashing Options: Choose from popular hashing algorithms such as MD5, SHA-1, SHA-256, SHA-512, and RIPEMD160 to secure your data.
- Base64 Encoding: Quickly encode and decode text using Base64 for safe transmission and storage.
- User-Friendly Interface: The extension offers an intuitive and easy-to-use interface, making text encryption and decryption accessible to all users.
- Clipboard Support: Easily copy the encrypted or decrypted text to your clipboard with a single click.
- Clone the repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the extension folder.
- Click on the AE Encrypt extension icon in the Chrome toolbar.
- Enter the text you want to encrypt or decrypt in the input textarea.
- Choose the desired hashing algorithm or encoding option from the dropdown menu or click the corresponding button (e.g., "encode" or "decode") to process the text.
- The result will be displayed in the output textarea, and you can copy it to the clipboard.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the functionality, add new features, or fix bugs.
Ensure you have the following software installed on your machine before running the project:
- Node.js (version 14.17.6 or later)
- npm (version 6.14.15 or later)
Clone the repository and install the dependencies using npm:
npm install
Using Jest framework run the tests
npm test
This project is licensed under the MIT License.
For questions or support, please contact [email protected]