Caesar Cipher
Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Co to jest Caesar Cipher?
Caesar Cipher to rozszerzenie Chrome opracowane przez bwiitdev, a jego główną funkcją jest „Encrypts and decrypts messages using the Caesar Cipher encryption technique.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Caesar Cipher
Pobierz pliki rozszerzeń Caesar Cipher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gdbjlnocejnbinagihejclkjipfaigna |
| Oficjalny URL | https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna |
| Opis | Encrypts and decrypts messages using the Caesar Cipher encryption technique. |
| Rozmiar pliku | 30.41 KB |
| Liczba instalacji | 44 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-11-21 |
| Data Publikacji | 2023-01-02 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | bwiitdev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |