Skip to content

Provides a simple API to handle encrypting and decrypting strings.

License

Notifications You must be signed in to change notification settings

bigjoevtrj/encrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaeger Encrypt Object

Build Status Scrutinizer Code Quality Author GitHub license

Provides a simple API to handle encrypting and decrypting strings.

Installation

Add jaeger-app/encrypt as a requirement to your composer.json:

$ composer require jaeger-app/encrypt

Basic Usage

$encrypt = new Encrypt();
$encrypt->setKey($encryption_key);
$encoded = $encrypt->encode($string);
$decoded = $encrypt->decode($encoded);
$guid = $encrypt->guid();

About

Provides a simple API to handle encrypting and decrypting strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%