Skip to content

bharathi-srini/The_Power_of_the_blockchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain

Coding Challenge - Due Date is Thursday June 15, 2017 at 12 PM PST

This weeks challenge is to write a simple encryption algorithm to encrypt a dataset of your choice such that to decrypt it, you must have the generated key. You can use any algorithm you'd like, some possible suggestions are AES and PGP. Bonus points if your algorithm is more complex, like SHA-256. Good luck!

Overview

This is the code for this video on Youtube by Siraj Raval. This is a very simple blockchain implemented in Python that doesn't use proof-of-work (so its vulnerable to Sybil attack). The original Javascript version uses an HTTP server so you can run that here.

Dependencies

None

Usage

This is just for demonstration purposes. To actually make HTTP requests to this blockchain, see the JS version I've linked in the overview section.

Credits

Credits for this code go to k5trismegistus. I've merely created a wrapper to get people started.

About

The Power of the Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%