Caesar Cipher
Encrypts and decrypts messages using the Caesar Cipher encryption technique.
Apa itu Caesar Cipher?
Caesar Cipher adalah ekstensi Chrome yang dikembangkan oleh bwiitdev, dan fitur utamanya adalah "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Caesar Cipher
Unduh file ekstensi Caesar Cipher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Caesar Cipher |
ID | gdbjlnocejnbinagihejclkjipfaigna |
URL Resmi | https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna |
Deskripsi | Encrypts and decrypts messages using the Caesar Cipher encryption technique. |
Ukuran File | 30.41 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-11-21 |
Tanggal Publikasi | 2023-01-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | bwiitdev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |