Skip to content

germanvillarreal/SecComm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SecComm

This is part of an assignment for CMPT 471 Networking 2 at Simon Fraser University I completed around March 2015. A secure communication channel that uses Enigma encryption and Diffie-Hellman key exchange protocol.

Currently,this is only the implementation of an Enigma cypher scheme and decypher scheme based from Alan Turing's rotor machines.

Diffie-Hellman protocol implementation may be added..sometime..

$ gcc -std=c99 -W -Wall -pedantic -o cypher EnigmaCypher.c
$ ./cypher 1 "hello world"
===============
Encrypted text

nlqwyj o.iq
==============

==============
Decrypted text

hello world
==============

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages