Skip to content

This code is my implementation for Simplified Data Encryption Standard (S-DES), The SDES encryption algorithm produces an 8-bit block of plaintext (example: 10111101) and a 10-bit key as input and makes an 8-bit block of ciphertext as output.

Notifications You must be signed in to change notification settings

toneemarqus/S-DES-Algorithm-using-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

About

This code is my implementation for Simplified Data Encryption Standard (S-DES), The SDES encryption algorithm produces an 8-bit block of plaintext (example: 10111101) and a 10-bit key as input and makes an 8-bit block of ciphertext as output.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages