Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salernolabs/slzcrypt

Latest Stable Version License Build Status

Wrapper around OpenSSL encryption in PHP. Another breakout from my custom framework.

Install

Use composer

composer require salernolabs/slzcrypt

Usage

Instantiate a class with a key and encrypt or decrypt data.

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

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

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

About

Small wrapper around openssl encryption in PHP. Another breakout from my custom framework.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages