2017 © Pedro Peláez
 

library rc4-support

image

wdalmut/rc4-support

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

The README.md

RC4 support

Build Status, (*1)

RC4 implementation for PHP, (*2)

Usage

<?php

$rc4 = new RC4("some-super-secret-key");

// Use __invoke magic function
echo $rc4("something-to-obfuscate") . PHP_EOL;

// Or use a direct method
echo $rc4->rc4("something-to-obfuscate") . PHP_EOL;

Tests

Just run them, (*3)

./vendor/bin/phpunit tests

The Versions

19/05 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Development Requires

19/05 2015

0.0.1

0.0.1.0

  Sources   Download

MIT

The Development Requires