Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Cos'è Caesar Cipher?

Caesar Cipher è un'estensione di Chrome sviluppata da bwiitdev, e la sua funzione principale è "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Caesar Cipher

Scarica i file di estensione Caesar Cipher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
URL Ufficiale https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Descrizione Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Dimensione del File 30.41 KB
Conteggio Installazioni 44
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2023-01-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bwiitdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}