Skip to content

exfoca/bitencrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitencrypt

bitencrypt is a Proof-of-Concept and a tutorial for encrypting messages using the private/public bitcoin key pair.

More information and tutorial on our blog post (in pt_BR): https://medium.com/@originalmy/bitencrypt-uma-prova-de-conceito-e-tutorial-para-criptografar-informações-usando-bitcoin-b757a7277265

TO DO:

  • use pure ECDSA for signing the public key before sending. As ECDH has no authentication method, signing the public key at the moment of creation could help for preventing MITM attacks.

About

bitEncrypt is a Proof-of-Concept for encrypting messages using the private/public bitcoin key pair.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%