Skip to content

Here's how it all started... This is a library to facilitate the smooth communication in times of war, between Roksh - the petite village of farmers, and Zrytk - the fairly large village of blacksmiths and hunters Roksh is under massive assault from the four neighbouring villages - Slyek, Doek, Maroek and Groech. Rokshites need to be able to sec…

License

Notifications You must be signed in to change notification settings

planetnest/roksh-encryption-algorithm

Repository files navigation

roksh-encryption-algorithm

Here's how it all started... This is a library to facilitate the smooth communication in times of war, between Roksh - the petite village of farmers, and Zrytk - the fairly large village of blacksmiths and hunters Roksh is under massive assault from the four neighbouring villages - Slyek, Doek, Maroek and Groech. Rokshites need to be able to securely pass messages to and from their Zrytk saviours without standing the risk of the assailants intercepting.

Algorithm developed by Devcrib Engineers

project demo

See the demo here at devcrib.github.io/roksh-encryption-algorithm


Supervised by:

Mofesola Banjo @mofesolapaul | facebook | twitter

Contributors:

Usage

The library features two main methods: encrypt() and decrypt() which accept a single value passed by reference.

Example
$str = "This is a library to facilitate the smooth communication in times of war";

encrypt($str);
// echo "Encrypted: $str";

decrypt($str);
// echo "Decrypted: $str";

About

Here's how it all started... This is a library to facilitate the smooth communication in times of war, between Roksh - the petite village of farmers, and Zrytk - the fairly large village of blacksmiths and hunters Roksh is under massive assault from the four neighbouring villages - Slyek, Doek, Maroek and Groech. Rokshites need to be able to sec…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published