Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Qu'est-ce que Caesar Cipher ?

Caesar Cipher est une extension Chrome développée par bwiitdev, et sa fonction principale est "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Caesar Cipher

Téléchargez les fichiers d'extension Caesar Cipher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
URL Officiel https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Description Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Taille du Fichier 30.41 KB
Nombre d'Installations 44
Version Actuelle 1.1
Dernière Mise à Jour 2023-11-21
Date de Publication 2023-01-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur bwiitdev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}