2017 © Pedro Peláez
 

library crypt

Some crypt algorithms

image

axy/crypt

Some crypt algorithms

  • Friday, January 12, 2018
  • by axy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 523 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

axy\crypt

Some crypt algorithms., (*1)

Latest Stable Version Minimum PHP Version Tests Coverage Status License, (*2)

Documentation

APR1: Apache APR1-MD5 algorithm

use axy\crypt\APR1;

$hash = APR1::hash($string);
APR1::verify($string, $hash); // TRUE

BCrypt

use axy\crypt\BCrypt;

$hash = BCrypt::hash($string);
BCrypt::verify($string, $hash); // TRUE

Set computed time (5 by default):, (*3)

$hash = BCrypt::hash($string, 10);

The Versions

12/01 2018

dev-master

9999999-dev https://github.com/axypro/crypt

Some crypt algorithms

  Sources   Download

MIT

The Requires

 

crypt hash apr_md5

02/12 2015

0.1.1

0.1.1.0 https://github.com/axypro/crypt

Some crypt algorithms

  Sources   Download

MIT

The Requires

 

crypt hash apr_md5

26/11 2015

0.1.0

0.1.0.0 https://github.com/axypro/crypt

Some crypt algorithms

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

crypt hash apr_md5