2017 © Pedro Peláez
 

library crypto

Simple wrapper for php mcrypt.

image

crypto/crypto

Simple wrapper for php mcrypt.

  • Tuesday, December 19, 2017
  • by cn007b
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Crypto

Simple wrapper for php mcrypt., (*1)

Install

Via composer: composer require crypto/crypto., (*2)

Usage

<?php

use Crypto\Crypto;

$crypto = new Crypto('secret key');
$text = 'Shaken not stirred!';
$encryptedString = $crypto->encrypt($text);
$decryptedString = $crypto->decrypt($encryptedString);

The Versions

19/12 2017

dev-master

9999999-dev https://github.com/codeName007/crypto

Simple wrapper for php mcrypt.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mcrypt *

 

php encrypt decrypt crypt mcrypt

19/12 2017

1.1.2

1.1.2.0 https://github.com/codeName007/crypto

Simple wrapper for php mcrypt.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mcrypt *

 

php encrypt decrypt crypt mcrypt

13/06 2016

1.1.1

1.1.1.0 https://github.com/codeName007/crypto

Simple wrapper for php mcrypt.

  Sources   Download

The Requires

  • php >=5.3.0
  • ext-mcrypt *

 

php encrypt decrypt crypt mcrypt

03/07 2015

1.1

1.1.0.0 https://github.com/codeName007/crypto

Simple wrapper for php mcrypt.

  Sources   Download

The Requires

  • php >=5.3.0

 

php encrypt decrypt crypt mcrypt