sdes-cipher
There are 7 repositories under sdes-cipher topic.
saharshleo/s-des
Inner working of the S-DES algorithm using interesting animations and visualizations
Sahil-4555/Simplified_DataEncryption_Standard_SDES
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.
swapnilchokshi/S-DES-Decryption
S-DES Decryption Implementation using C
trianne24/kripto-archive
Archive of (mostly C++) Programs I made for Cryptography study. Teaching materials can be downloaded here:
AmandeepSingh97/Ciphers
A Website to encode and decode different ciphers along with their steps shown for any input.
juancholasso/S-DesApp
Application for learning S-DES