2017 © Pedro Peláez
 

library hash

Object-oriented message digest framework

image

togos/hash

Object-oriented message digest framework

  • Wednesday, January 25, 2017
  • by TOGoS
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3,424 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

PHPHash

A simple object-oriented (and thereby extensible) hashing framework for PHP, similar to Java's MessageDigest class or tshash., (*1)

Basically:, (*2)

HashAlgorithm
- newHashing():Hashing

Hashing
- reset()
- update( $data )
- digest() : hash bytes

NativeHashAlgorithm( name ) implements HashAlgorithm

NativeHashing extends Hashing

The Versions

25/01 2017

dev-master

9999999-dev

Object-oriented message digest framework

  Sources   Download

MIT

The Requires

  • php >=5.2

 

The Development Requires

25/01 2017

1.0.0

1.0.0.0

Object-oriented message digest framework

  Sources   Download

MIT

The Requires

  • php >=5.2

 

The Development Requires