Download the PHP package ialopezg/encryption without Composer
On this page you can find all versions of the php package ialopezg/encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package encryption
Cryptography Library
Cryptography Library for PHP
Table of Contents
- Installation
- Features
- Requirements
- Usage instructions
- License
Installation
-
Package manager
- Composer
- Manually
- Github
Features
Library | Description |
---|---|
Password |
Library for password manipulation. |
Requirements
- PHP v5.6+
- ext-mbstring PHP extension
- ext-openssl PHP extension
- ialopezg/core v0.0.1+
- ialopezg/logger v0.0.4+
Usage instructions
IteratorObject
Methods
Method | Description |
---|---|
createKey() |
Creates a random key with the lengh provided. Optional the result could be returned with capital letters. |
getOption() |
Gets an option value. If value does not exists will return the default value. |
hash() |
Encrypts a simple text password into a ciphered password. |
setOption() |
Sets an option value. |
verify() |
Encrypts a plain text into cipher text. |
Method Details
Method: createdKey()
Examples
Method: getOption()
Examples
Method: hash()
Examples
Method: setOption()
Examples
Method: verify()
Examples
For more examples or options, see examples directory. For live examples, run:
or
License
This project is under the MIT license. For more information see LICENSE.
Copyright (c) Isidro A. López G.
All versions of encryption with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-mbstring Version *
ext-openssl Version *
ialopezg/logger Version ^0.0.4
ialopezg/core Version ^0.0.2
ext-mbstring Version *
ext-openssl Version *
ialopezg/logger Version ^0.0.4
ialopezg/core Version ^0.0.2
The package ialopezg/encryption contains the following files
Loading the files please wait ....