aabdelfattah / des-g04

Fast C++ implementation of DES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESG04

An implementation of DES encryption algorithm.

To run the application

  • Build.
  • Use DESG04.exe encrypt plaintext.txt key.txt newciphertext.dat for encryption
  • Use DESG04.exe decrypt newciphertext.dat key.txt newplaintext.txt for decryption
  • : G04 because we were Group 04 in the class, you are free to rename :D

Contribute

  • Fork project
  • Add features
  • Run tests
  • Send pull request

License

See LICENSE file for details

About

Fast C++ implementation of DES

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%