2017 © Pedro Peláez
 

library abu

One way php encrypter by Altechtic Solutions.

image

fixer112/abu

One way php encrypter by Altechtic Solutions.

  • Saturday, June 2, 2018
  • by fixer112
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Abu Encrpter

  • Use to encrypt string/password
  • Encrypt word into a secured string using hex and ascii

How To Use with composer

 "require": {
        "fixer112/abu": "2.1.*"
    }
  • Default max encrypt length is 60
  • To change max encrypt length: abu::encrypt($password, 70)
  • abu::encrypt('$password', 50) is not abu::encrypt('$password') or abu::encrypt('$password', 70)
  • The higher the value the more secured
  • Always check for version before encrpting or checking encrpted string

The Versions

02/06 2018

dev-Update

dev-Update http://altechtic.com.ng

One way php encrypter by Altechtic Solutions.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.9

 

password encrypt abu

03/05 2018

dev-master

9999999-dev http://altechtic.com.ng

One way php encrypter by Altechtic Solutions.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.9

 

password encrypt abu

03/05 2018

v2.1.0

2.1.0.0 http://altechtic.com.ng

One way php encrypter by Altechtic Solutions.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.9

 

password encrypt abu

28/04 2018

v1.0.0

1.0.0.0 http://altechtic.com.ng

One way php encrypter by Altechtic Solutions.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.9

 

password encrypt abu

28/04 2018

v2.0.1

2.0.1.0 http://altechtic.com.ng

One way php encrypter by Altechtic Solutions.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3.9

 

password encrypt abu