Giter VIP home page Giter VIP logo

des's Introduction

DES

Data Encryption Standard

This Program make as Cryptogrphy Alorithm Assignment

이 프로그램은 암호알고리즘의 과제로써 ECB모드로 구현되었습니다.


구현

  • 대칭키 암호시스템인 DES는 56비트 + 8비트의 패딩을 이용해서 64비트의 키를 가집니다.

  • 초기치환 -> 32비트씩 분리 -> 16라운드 f함수 연산 및 SubKey 생성 -> 최종치환 과정으로 이루어져있습니다

  • Fesitel Network 구조로 32비트씩 나뉘어 Key에 의해 생성된 Subkey가 매 라운드별로 F함수에 의해 확장, 치환과정을 진행합니다.

  • Subkey는 PC_1 전치 표, PC_2 축약 표에 의해 이루어 집니다.

  • 복호화는 암호화의 역과정을 16라운드 거치면 복호화가 이루어 집니다.

des's People

Contributors

kococo-code 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.