Skip to content
#

cipher-algorithms

Here are 62 public repositories matching this topic...

Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.

  • Updated Jun 7, 2023
  • C++

Foi uma ideia que teve depois de ver "O jogo da Imitação", um programa para encriptar e desencriptar mensagens. Irei devagar, primeiro cifrado Caesar, depois Vignere. O desafio final vai se criar uma Máquina Enigma. Como cada tipo de cifrado tem condições iniciais diferentes um stacked widget vai ser responsavel de mostrar os parametros de cada …

  • Updated Sep 1, 2021
  • C++

👋This Project is a C++ Cipher/Decipher Code with multiple lists to choose from and ciphering using the following methods 1️⃣Caesar (additive) cipher, 2️⃣Affine cipher, 3️⃣Simple shift vigenere cipher, 4️⃣Fall vigenere cipher, 5️⃣Playfair cipher, 6️⃣Rail Fence cipher, 7️⃣S-box Cipher. ⚠**Please Note**: This code is still under improvement and dev…

  • Updated Jun 16, 2021
  • C++

Improve this page

Add a description, image, and links to the cipher-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cipher-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more