Inner working of the S-DES algorithm using interesting animations and visualizations
-
Updated
Apr 27, 2022 - JavaScript
Inner working of the S-DES algorithm using interesting animations and visualizations
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.
S-DES Decryption Implementation using C
Archive of (mostly C++) Programs I made for Cryptography study. Teaching materials can be downloaded here:
Application for learning S-DES
A Website to encode and decode different ciphers along with their steps shown for any input.
Add a description, image, and links to the sdes-cipher topic page so that developers can more easily learn about it.
To associate your repository with the sdes-cipher topic, visit your repo's landing page and select "manage topics."