confi/kicrypt

A secured password hashing algorithm for PHP.

dev-master 2017-12-01 11:52 UTC

This package is not auto-updated.

Last update: 2025-08-03 09:32:08 UTC


README

A secured Password hashing algorithm for PHP.

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