Coder Social home page Coder Social logo

dann20 / des-calculator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hamza-megahed/des-calculator

0.0 0.0 0.0 20 KB

DES-Calculator is to encrypt and decrypt over DES algorithm and give full details in each round, DES-Calculator works only under python3

License: GNU General Public License v3.0

Python 100.00%

des-calculator's Introduction

  _    _   __     _                                        
 | \  |_  (_     /    _.  |   _       |   _.  _|_   _   ._ 
 |_/  |_  __)    \_  (_|  |  (_  |_|  |  (_|   |_  (_)  |  

----------------
DES Calculator :
----------------


introduction :

    DES Calculator is a program to encrypt and decrypt a plaintext over DES encryption algorithm , DES Calculator is mainly for educational purposes to calculate DES functions in each round in a binary form and then convert it to HEX form.

------
Note : 
------
       DES Calculator in only work under python3

Here is an example of one round :
================================================================================
==========
Round  10
==========

Expanded Right [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]

Round Key [0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]

XOR result [1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0]

F Function output [0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0]

Output of permutation function [1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1]

New Right [1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1]

New Left [1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1]
================================================================================

How To Use :

    To run DES Calculator (encryption algorithm)
	a- Via python3 interpreter 
	   python3 des-encryption.py
    	b- Via normal CLI
	1- chmod u+x des-encryption.py
	2- ./des-encryption.py

    To run DES Calculator (decryption algorithm)
	a- Via python3 interpreter 
	   python3 des-decryption.py
    	b- Via normal CLI
	1- chmod u+x des-decryption.py
	2- ./des-decryption.py


Copyright :

    DES Calculator is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    DES Calculator is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with DES Calculator.  If not, see <http://www.gnu.org/licenses/>.

des-calculator's People

Contributors

hamza-megahed avatar dann20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.