2017 © Pedro Peláez
 

library crypt-blowfish

Fork https://github.com/pear/Crypt_Blowfish

image

shimochi/crypt-blowfish

Fork https://github.com/pear/Crypt_Blowfish

  • Wednesday, June 27, 2018
  • by shimochi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Crypt Blowfish

Fork https://github.com/pear/Crypt_Blowfish, (*1)

Installation

$ composer require shimochi/crypt-blowfish

Usage

<?php

require __DIR__ . '/../vendor/autoload.php';

$key = 'key';
$text = 'text';

$blowfish =& Crypt\Blowfish::factory('cbc', $key);
$encrypt = $blowfish->encrypt($text);
$decrypt = $blowfish->decrypt($encrypt);

LICENSE

The Crypt Blowfish is open source software licensed under the BSD 2-Clause License., (*2)

The Versions

27/06 2018

dev-master

9999999-dev

Fork https://github.com/pear/Crypt_Blowfish

  Sources   Download

BSD-2-Clause

The Requires

 

by Matthew Fonda
by Avatar shimochi

27/06 2018

1.0.0

1.0.0.0

Fork https://github.com/pear/Crypt_Blowfish

  Sources   Download

BSD-2-Clause

The Requires

 

by Matthew Fonda
by Avatar shimochi