corley/rc4-bundle

Corley RC4 Bundle

安装: 216

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:symfony-bundle

0.0.3 2015-05-20 04:21 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:21:28 UTC


README

Build Status

将RC4支持集成为Symfony2扩展包

将您的密钥作为参数添加

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

通过服务获取RC4

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

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