2017 © Pedro Peláez
 

library funcipher

Custom random ciphertext

image

funsoul/funcipher

Custom random ciphertext

  • Saturday, February 3, 2018
  • by funsoul
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

funcipher

Custom random ciphertext, (*1)

Install

composer require "funsoul/funcipher: 2.0"

Usage

Global Variable, (*2)

CIPHER_USE_LOWER
CIPHER_USE_CAPITAL
CIPHER_USE_NUMBER
CIPHER_USE_SPECIAL

create()

use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->create(10);
// ,+T=!V67|E

ignore()

use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore(['a',1,3,5,7])->create(10);
// w0/22S0i2~

Customize code

use Funsoul\Funcipher\Funcipher;

$cipher = new Funcipher();
echo $cipher->ignore([1,3,5,7])->create(10,[CIPHER_USE_NUMBER]);
// 4288062890

License

MIT, (*3)

The Versions

03/02 2018

dev-master

9999999-dev https://github.com/funsoul/funcipher

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

code password cipher

03/02 2018

2.0

2.0.0.0 https://github.com/funsoul/funcipher

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

code password cipher

03/02 2018

1.4

1.4.0.0 https://github.com/funsoul/funcipher

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

code password cipher

03/02 2018

1.3

1.3.0.0 https://github.com/funsoul/funcipher

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

code password cipher

03/02 2018

1.2

1.2.0.0

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

03/02 2018

1.1

1.1.0.0

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Avatar funsoul

03/02 2018

1.0

1.0.0.0

Custom random ciphertext

  Sources   Download

MIT

The Requires

  • php 5.3

 

by Avatar funsoul