Caesar Cipher
Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Wat is Caesar Cipher?
Caesar Cipher is een Chrome-extensie ontwikkeld door bwiitdev, en de belangrijkste functie is "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".
Extensie Screenshots
Download het CRX-bestand van de extensie Caesar Cipher
Download Caesar Cipher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Caesar Cipher |
ID | gdbjlnocejnbinagihejclkjipfaigna |
Officiële URL | https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna |
Beschrijving | Encrypts and decrypts messages using the Caesar Cipher encryption technique. |
Bestandsgrootte | 30.41 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2023-01-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | bwiitdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |