2017 © Pedro Peláez
 

library cifrador

Encrypt and decrypt strings using AES

image

vladzur/cifrador

Encrypt and decrypt strings using AES

  • Monday, December 21, 2015
  • by vladzur
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Codacy Badge Build Status, (*1)

Cifrador

Encrypt and decrypt strings using AES, (*2)

Usage

<?php
$Cifrador = new Cifrador();

//Encrypt text
$texto_cifrado = $Cifrador->cifrar("Este texto será cifrado", "m1p4ssw0rd");
echo $texto_cifrado;

//Decrypt text
$texto = $Cifrador->descifrar($texto_cifrado, "m1p4ssw0rd");
echo $texto;
?>

The Versions

21/12 2015

dev-develop

dev-develop

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

21/12 2015

dev-master

9999999-dev

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

21/12 2015

1.3.0

1.3.0.0

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

07/12 2015

1.2.1

1.2.1.0

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

07/12 2015

1.2.0

1.2.0.0

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

16/01 2015

1.1.0

1.1.0.0

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita

09/01 2015

1.0.0

1.0.0.0

Encrypt and decrypt strings using AES

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Vladimir Zurita