Skip to content

Taemin90/Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography

Overview

Cryptography Implementation. I strongly referenced the book, 'Understanding Cryptography'(https://www.crypto-textbook.com/) and the lecture('Introduction to Cryptography by Christof Paar', https://www.youtube.com/channel/UC1usFRN4LCMcfIV7UjHNuQg/videos).

image

  1. Data Encryption Standard, DES
  • I used 'BitVector' library for implementing DES. I think it is the perfect library for bit operation. Even though the library provides very powerful functions, I do not use them for deeper understanding DES.

How to start

This project was coded in Python 3.8.9

Contents

  1. DES

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages