2017 © Pedro Peláez
 

library slzcrypt

Simple PHP wrapper around OpenSSL encryption.

image

salernolabs/slzcrypt

Simple PHP wrapper around OpenSSL encryption.

  • Tuesday, May 30, 2017
  • by ericsalerno
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

salernolabs/slzcrypt

Latest Stable Version License Build Status, (*1)

Wrapper around OpenSSL encryption in PHP. Another breakout from my custom framework., (*2)

Install

Use composer, (*3)

composer require salernolabs/slzcrypt

Usage

Instantiate a class with a key and encrypt or decrypt data., (*4)

$crypt = new \SalernoLabs\Slzcrypt\Crypt($key);

$encrypted = $crypt->encrypt($input);

$decrypted = $crypt->decrypt($encrypted);

The Versions

30/05 2017

dev-master

9999999-dev http://www.salernolabs.com/

Simple PHP wrapper around OpenSSL encryption.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

php encryption openssl decryption

30/05 2017

0.1.2

0.1.2.0 http://www.salernolabs.com/

Simple PHP wrapper around OpenSSL encryption.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

php encryption openssl decryption

28/05 2017

0.1.1

0.1.1.0 http://www.salernolabs.com/

Simple PHP wrapper around OpenSSL encryption.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

php encryption openssl decryption

28/05 2017

0.1.0

0.1.0.0 http://www.salernolabs.com/

Simple PHP wrapper around OpenSSL encryption.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

php encryption openssl decryption