confi/kicrypt

A secured password hashing algorithm for PHP.

Maintainers

Package info

github.com/ConfiYobo/Kicrypt

Issues

pkg:composer/confi/kicrypt

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-15 12:48:01 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