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 395 forks source link

Recomendation for base64 #50

Open com-master opened 5 years ago

com-master commented 5 years ago

I think base64 is not good for cryptonycy. Base58 is good for this project