2017 © Pedro Peláez
 

library kicrypt

A secured password hashing algorithm for PHP.

image

confi/kicrypt

A secured password hashing algorithm for PHP.

  • Friday, December 1, 2017
  • by ConfiYobo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kicrypt

A secured Password hashing algorithm for PHP., (*1)

Usage:

  • First include the lib in your file
  • $hash = $kicrypt->hash('password'); //The password to be hashed
  • $isGood = $kicrypt->verify('password', $hash); //Comparing the password

The Versions

01/12 2017

dev-master

9999999-dev

A secured password hashing algorithm for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

php library kicrypt