DES 개념과 동작 과정

bskwak.tistory.com/177

 

[Crytography] DES란?

DES(Data Encryption Stadard) - Block cipher plaintext를 64bit의 block으로 나눠 56bit의 key를 이용해 다시 64bit의 ciphertext를 만들어내는 알고리즘 - Symmetric cipher 암호문을 작성할 때 사용하는 암호..

bskwak.tistory.com

 

내가 작성한 코드

class를 크게 세가지로 만들었다.

createKey : key를 생성하는 class

Encrypt : plaintext를 encrypt하는 class

DesMain : main함수를 포함하는 class

 

 

코드는 깃허브 참고

https://github.com/bosunKwak/OOP/tree/main/JAVA/DES%20implementation

 

bosunKwak/OOP

Contribute to bosunKwak/OOP development by creating an account on GitHub.

github.com

 

'Project' 카테고리의 다른 글

내가 Typescript를 쓰는 이유  (0) 2024.01.12
[SSS refactoring] plan  (0) 2023.12.10
[C++] A vending machine controller  (0) 2020.07.12

+ Recent posts