Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

O que é Caesar Cipher?

Caesar Cipher é uma extensão do Chrome desenvolvida por bwiitdev, e sua principal característica é "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Caesar Cipher

Baixe arquivos de extensão Caesar Cipher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
URL Oficial https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
Descrição Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Tamanho do Arquivo 30.41 KB
Contagem de Instalações 44
Versão Atual 1.1
Última Atualização 2023-11-21
Data de Publicação 2023-01-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor bwiitdev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}