The library provides tools, which allows to generate Vigenère table, encode and decode text.
The library was created as a core used to work with Kryptos (http://en.wikipedia.org/wiki/Kryptos), an encrypted sculpture by American artist Jim Sanborn located on the grounds of the Central Intelligence Agency (CIA) in Langley, Virginia.
Specification of the Vigenère cipher is well described in Wikipedia, available at: http://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher
In the project there were used:
- PHP 5.4+,
- PHPUnit 4.0,
- Zend Framework 2.3+
- Display differences
$- Show summarized information
$- Fix detected problems
$- Running unit tests
$ php ./tests/run-tests.php- Generating code coverage metrics
$ php ./tests/run-tests.php -h ../build/coverage-not available-
See the application live at http://vcrypt.tomaszkuter.com/ (not ready yet)

