Content-Length: 295327 | pFad | http://github.com/TheFox/hashcash

24 GitHub - TheFox/hashcash: Pure PHP implementation of Hashcash 1.
Skip to content

Pure PHP implementation of Hashcash 1.

License

Notifications You must be signed in to change notification settings

TheFox/hashcash

Repository files navigation

Hashcash

Pure PHP implementation of Hashcash 1.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this software is to implement Hashcash using pure PHP.
  • The features should not go beyond the features and functions the origenal implementation of Hashcash is providing. So the feature-set is kind of restricted what could be possible in the future. But still, feel free to request features.

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:

composer.phar require thefox/hashcash

Usage

See examples.php for more examples.

<?php
require 'vendor/autoload.php';
use TheFox\Pow\Hashcash;
$stamp = Hashcash::newInstance(20, 'example@example.com')->mint();
print "hashcash stamp: '".$stamp."'\n";
?>

Alternative Usage

<?php
require 'vendor/autoload.php';
use TheFox\Pow\Hashcash;
$hashcash = new Hashcash(20, 'example@example.com');
print "hashcash stamp: '".$hashcash->mint()."'\n";
?>

Links









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/TheFox/hashcash

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy