Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

jaeger-app/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