2017 © Pedro Peláez
 

library security

Wraps PHP's password_* functions in authenticated encryption

image

lookyman/security

Wraps PHP's password_* functions in authenticated encryption

  • Wednesday, August 31, 2016
  • by lookyman
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lookyman/Security

Wraps PHP's password_* functions in authenticated encryption., (*1)

Build Status Scrutinizer Code Quality Coverage Status Downloads Latest stable, (*2)

Installation

composer require lookyman/security

Usage

$key = \Defuse\Crypto\Key::createNewRandomKey();
$hash = \Lookyman\Security\Passwords::hash('abc123', $key);
echo \Lookyman\Security\Passwords::verify('abc123', $hash, $key) ? 'success' : 'failure';

The Versions

31/08 2016

dev-master

9999999-dev

Wraps PHP's password_* functions in authenticated encryption

  Sources   Download

MIT

The Requires

 

The Development Requires

password encryption

10/08 2016

v1.0.0

1.0.0.0

Wraps PHP's password_* functions in authenticated encryption

  Sources   Download

MIT

The Requires

 

The Development Requires

password encryption