Skip to content

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

License

Notifications You must be signed in to change notification settings

salernolabs/slzcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages