2017 © Pedro Peláez
 

symfony-bundle scyth

System tools for symfony2 based projects

image

gwinn/scyth

System tools for symfony2 based projects

  • Thursday, June 11, 2015
  • by gwinn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Scyth

Various encryption tools, (*1)

PBKDF2

This class can encrypt data with a pure PHP PBKDF2 implementation. It takes a data string and encryption password to encrypt the data. The class uses a pure PHP implementation of PBKDF2 to create a new key from the password. The resulting key is used to actually encrypt the data. The encrypted data may optionally be encoded using base64. The class can also decrypt previously encrypted data also using the PBKDF2 of the encryption. The encryption algorithm and block mode are configurable parameters., (*2)

Caesar

This class which implements simple cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence., (*3)

The Versions

11/06 2015

dev-master

9999999-dev

System tools for symfony2 based projects

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

security system symfony tools

11/06 2015

v1.0.2

1.0.2.0

System tools for symfony2 based projects

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

security system symfony tools

08/04 2015

v1.0.1

1.0.1.0

System tools for symfony2 based projects

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

security system symfony tools