JavaScript Algorithms and Data Structures
-
Updated
May 12, 2021 - HTML
JavaScript Algorithms and Data Structures
Collection of '30' cryptography ciphers coded in JavaScript and an interface coded in HTML styled with CSS.
A versatile command-line tool for encrypting and decrypting text using six classical ciphers, from Caesar to One-Time Pad. For learning and experimenting with encryption techniques.
Реализация Шифра Цезаря на языке программирования TypeScript
Comprehensive data governance pipeline for SSH honeypot logs—covering data profiling, cleansing, quality assurance, encryption, classification, and GDPR/CCPA/HIPAA compliance. Built with Pandas, Pandera, YData Profiling, and cryptography, with simulated Caesar cipher attacks to demonstrate practical data-security techniques.
The Caesar Cipher is a basic encryption algorithm where each letter in the plaintext is shifted a certain number of places down or up the alphabet. In this implementation, the user can input a plain text and a shift value, and the program will generate the corresponding encrypted or decrypted text.
Codificador/Decodificador de Cifra de césar e Base64 em JavaScript
A Caesar cipher encryption-decryption calculator, made using HTML, Bootsrap4 and JavaScript. Based on the traditional shift cipher technique and algorithm, this app is deployed on GitHub-Pages.
Ferramentas minimalistas e eficientes para suas necessidades de codificação e decodificação, rodando 100% no navegador via Python (Pyodide). Inclui Cifra de César (cripto/descripto), conversor Texto ⇄ Binário (UTF-8) e conversor Texto ⇄ Código Morse.
A cybersecurity project that implements an advanced version of the Caesar Cipher encryption algorithm with additional features for cryptanalysis and security.
Files for Caesar Cipher Exercise Project
CrackCaesar is a basic Caesar cipher breaking tool that uses brute-force to decrypt messages by trying all possible shift values. It helps visualize how classical substitution ciphers can be broken easily without the key, highlighting the weakness of simple encryption methods.
A simple implementation of the Caesar Cipher encryption & decryption algorithm. This project demonstrates basic cryptographic techniques by shifting characters in a string by a fixed no. of positions in the alphabet.
Cipher
Caeasar Cipher Using WebAssembly SIMD
Caesar Cipher is a classic cryptographic algorithm that was used by Julius Caesar to send secret messages or military tactics.
A website for whatever you need to do with text
A web game based on caesar's cypher (27 keys only)
(DES/Triple DES, Caesar, Railfence, Playfair, Vigenere) encryption-decryption implementation with product cipher (mixing between these ciphers)
Add a description, image, and links to the caesar-cipher topic page so that developers can more easily learn about it.
To associate your repository with the caesar-cipher topic, visit your repo's landing page and select "manage topics."