confi/kicrypt

A secured password hashing algorithm for PHP.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/confi/kicrypt

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

This package is not auto-updated.

Last update: 2025-12-21 11:48:42 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