Skip to content

gsoltis/Twitter_Diffie_Hellman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

A simple proof-of-concept for using Diffie-Hellman key exchange to establish a secure channel over twitter.

A full implementation would include better security parameters, the ability to converse back and forth, 
and tolerance for looking backwards in the timeline.

The current implementation sends the string 'secret twitter message' from alice to bob and relies on the streaming API for messages going forward.

Also, the project depends on the Tweepy library for twitter integration.

About

A simple proof-of-concept for using Diffie-Hellman key exchange to establish a secure channel over twitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages