cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 400 forks source link

ADDED PRIVATE KEY ENCRYPTION #45

Open adanielpincab opened 5 years ago

adanielpincab commented 5 years ago

This new version improves the using and security of adresses:

This new feature solves an important problem of issue #6 (Preventing someone from using other users wallets)