tungatkarniranjan / CMP202-Project-Group-5

1 stars 3 forks source link

implementing cipher interaface in cryptography technique - deffie hellman #26

Closed darshan009 closed 7 years ago

darshan009 commented 8 years ago

implementing the methods of cipher interface and creating deffie hellman class

darshan009 commented 8 years ago

implemented cipher interface and added CipherSix technique. Pushed an updated code to github, in this update Deffie-Hellman key exchange algorithm has been implemented. Working on string encryption using shared secret key.

darshan009 commented 7 years ago

completed cipher technique