Skip to main content

Helper to certify database entries, using hashchains qnd blockchains

Project description

Hashchain

Introduction

hashchain is a Python package developed to join the ease of use of Python with the security of blockchain to certify that your important records haven't been tampered with.

The core module creates a hash chain, attesting that no record can be tempered with, once saved. The blockchain module save a proof of your hashchain permanentely in the most secured way. Then, it's impossible to alter the haschain without causing a discrepancy with the blockchain.

No need for third party certification anymore. No more single point of failure nor certification costs.

Disclaimer

The package is still 'work in progress' Do not use it before the official beta release. All the features are still subject to changes without any advertisement and can broke previously running scripts

Installation

This python package is available on PyPi package manager. I recommend installing it in a virtual environment.

  1. Open a terminal and run the following command : pip install hashchain
  2. Import the package in you script with import hashchain

How to start using haschain?

(the user guide will be online soon)

Contribute

I would be happy to hear from you if you have any comments, suggestions or requests to share with me.

Changelog

0.4.2

Fixes:
  • Removed the contract JSON file fron the structure and added ethereum/contract_interface to get the contract abi and binary.

0.4.1

Fixes:
  • Included the ethereum module in the package

0.4.0

Features:
  • Add more precise feedback on Record.verify() errors
  • Add ethereum.EthContract() to enable deploying the solidity smart contract on the Ethereum blockchain

0.3.0

Features:

Request.to_dict() and .to_json() now returns a simple object. The keys "hash" and "previous_hash" are appended at the same level

#####Fix: Add web3.py to the install_requires list

0.2.0

Features:
  • Add records to build hash chains
  • Add ethereum_connector to store hashes on the Ethereum blockchain

0.1.0

First Alpha release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hashchain-0.4.2.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file hashchain-0.4.2.tar.gz.

File metadata

  • Download URL: hashchain-0.4.2.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1

File hashes

Hashes for hashchain-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d2043c44534c402b7bb7b8357afcf7880f8d1482504ff7aea2d67aa067c795b1
MD5 e7d56fd485339da5506e48f968fc3160
BLAKE2b-256 08ce34324747f9bf643ac6eee4efc46ead906c5732a20d2feeec190b1f31c1a8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page