t4ke0 / des

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DES

DES algorithm implementation.

for now we are just generating des encryption keys. we will add encryption and decryption algorithm in the future.

Quick Start

$ go build
$ ./des -msg <your message here> 

providing a hex encryption key is optional, because the program can already generate encryption key and it will be logged in the stdout.

$ go build
$ ./des -msg <message here> -key <hex decimal key here>

References

Todo

  • encryption

  • decryption

About

License:MIT License


Languages

Language:Go 100.0%