Skip to content

hanasuru/Basic-S-DES-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Basic-S-DES-Implementation

Encryption & Decryption S-DES module for given plain-text

Written in Python lang as Cryptography & Network Security Assignment

** Usage **

$ python2 ./DES.py

Example:

Input the plain text: Hello World!

Plain text : Hello World!

Encrypted : ['G', 'T', '\xaa', '\xaa', '\xc3', '\xd5', '\x8d', '\xc3', '\x0f', '\xaa', '\x84', '\xe5']

Decrypted : ['H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd', '!']

Member of teams:

  1. Azmi Muhammad Ihsan (16/396775/PA/17349)

  2. Hanifan Aulia (16/394086/PA/17177)

  3. Hans Prama S (16/398508/PA/17469)

  4. M Faqih Jihan I (16/398518/PA/17479)

  5. Rafie Muhammad (16/398524/PA/17485)

About

Encryption & Decryption S-DES module for given plain-text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages