2017 © Pedro Peláez
 

symfony-bundle rc4-bundle

Corley RC4 Bundle

image

corley/rc4-bundle

Corley RC4 Bundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

RC4 Bundle

Build Status, (*1)

Integrate RC4 support as Symfony2 bundle, (*2)

Add your key as parameter, (*3)

# parameters.yml
rc4_key: "this-is-my-super-secret-key"

Get RC4 as service

$obf = $this->container->get("rc4");

//Use it
echo $obf->rc4("this-is-my-string");

The Versions