Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Co je Caesar Cipher?

Caesar Cipher je rozšíření Chrome vyvinuté bwiitdev, a jeho hlavní funkcí je „Encrypts and decrypts messages using the Caesar Cipher encryption technique.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Caesar Cipher

Stáhněte si soubory rozšíření Caesar Cipher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Caesar Cipher, named after Julius Caesar, is an ancient encryption/decryption technique that shifts the alphabetical position of every letter in a message by a specified amount, or key. Encrypted messages can be sent by the sender to other receivers to be decrypted as long as the two parties agree on a numbered key first.

Although a very insecure method of encryption by today's standards, users can have fun sending  and receiving encrypted messages using this extension.                    

Základní Informace o Rozšíření

Název Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
Oficiální URL https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Popis Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Velikost souboru 30.41 KB
Počet instalací 44
Aktuální Verze 1.1
Poslední Aktualizace 2023-11-21
Datum Vydání 2023-01-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář bwiitdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Caesar Cipher",
    "description": "Encrypts and decrypts messages using the Caesar Cipher encryption technique.",
    "version": "1.1",
    "author": "Brandon Wiitanen, Spencer Wiitanen",
    "action": {
        "default_popup": "index.html",
        "default_title": "Caesar Cipher"
    },
    "icons": {
        "16": "images\/caesar.png",
        "32": "images\/caesar.png",
        "48": "images\/caesar.png",
        "128": "images\/caesar.png"
    }
}