Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

What is Caesar Cipher?

Caesar Cipher is a Chrome extension developed by bwiitdev, and its main feature is "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".

Extension Screenshots

screenshot

Download Caesar Cipher Extension CRX File

Download Caesar Cipher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
Official URL https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Description Encrypts and decrypts messages using the Caesar Cipher encryption technique.
File Size 30.41 KB
Installation Count 44
Current Version 1.1
Last Updated 2023-11-21
Publish Date 2023-01-02
Rating 5.00/5 Total 1 Ratings
Developer bwiitdev
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}