AE Encrypt

Encrypt plain texts using various hashing algorithms and encoding methods.

AE Encrypt क्या है?

AE Encrypt aescanes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encrypt plain texts using various hashing algorithms and encoding methods."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AE Encrypt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.

Features

* 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.                    

एक्सटेंशन की मूल जानकारी

नाम AE Encrypt AE Encrypt
ID iplnonhpbgpklonceogcjdjpllgapiga
आधिकारिक URL https://chromewebstore.google.com/detail/ae-encrypt/iplnonhpbgpklonceogcjdjpllgapiga
विवरण Encrypt plain texts using various hashing algorithms and encoding methods.
फ़ाइल का आकार 56.53 KB
स्थापना संख्या 174
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-11-07
प्रकाशन तिथि 2013-02-27
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर aescanes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/aescanes/ae-encrypt-chromium-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AE Encrypt",
    "version": "1.1.0",
    "description": "Encrypt plain texts using various hashing algorithms and encoding methods.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "AE Encrypt",
        "default_popup": "popup\/popup.html"
    }
}