Skip to content

evolic/VCrypt

Repository files navigation

VCrypt - Vigenère cipher for PHP5.4+

The library provides tools, which allows to generate Vigenère table, encode and decode text.

Master: Build Status Coverage Status

About the project

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

Technology

In the project there were used:

  • PHP 5.4+,
  • PHPUnit 4.0,
  • Zend Framework 2.3+

Documentation page:

Running Coding Style Fixer

  1. Display differences
$
  1. Show summarized information
$
  1. Fix detected problems
$

Unit testing

  1. Running unit tests
$ php ./tests/run-tests.php
  1. Generating code coverage metrics
$ php ./tests/run-tests.php -h ../build/coverage

Further info

-not available-

See the application live at http://vcrypt.tomaszkuter.com/ (not ready yet)

About

Vigenère cipher for PHP used in Kryptos riddle

Resources

Stars

Watchers

Forks

Packages

No packages published