2017 © Pedro Peláez
 

library encrypt

A simple encryption wrapper.

image

jaeger-app/encrypt

A simple encryption wrapper.

  • Wednesday, November 30, 2016
  • by mithra62
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,626 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

Jaeger Encrypt Object

Build Status Scrutinizer Code Quality Author GitHub license, (*1)

Provides a simple API to handle encrypting and decrypting strings., (*2)

Installation

Add jaeger-app/encrypt as a requirement to your composer.json:, (*3)

$ 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();

The Versions

30/11 2016

dev-master

9999999-dev

A simple encryption wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

30/11 2016

0.1.3

0.1.3.0

A simple encryption wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

05/07 2016

0.1.2

0.1.2.0

A simple encryption wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

05/07 2016

0.1.1

0.1.1.0

A simple encryption wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb

20/04 2016

0.1

0.1.0.0

A simple encryption wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Lamb