PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   PHP Transposition Cipher   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Transposition Cipher
Encrypt a text shifting the position of characters
Author: By
Last change:
Date: 2 years ago
Size: 985 bytes
 

Contents

Class file image Download
{ "name": "gavinggordon/transpositioncipher", "description": "A basic columnar transposition cipher class in PHP.", "license": "MIT", "keywords": [ "v0.0.1", "php", "cipher", "cypher", "encode", "encrypt", "encrypter", "encryption", "encrypting", "decipher", "decypher", "decode", "decrypt", "decrypter", "decryption", "decrypting" ], "authors": [ { "name": "Gavin G Gordon", "email": "support@gavingordon.com", "homepage": "https://gavingordon.com", "role": "Developer" } ], "version": "0.0.1", "minimum-stability": "stable", "support": { "issues": "https://github.com/gavinggordon/transpositioncipher/issues", "source": "https://github.com/gavinggordon/transpositioncipher" }, "repositories": [ { "type": "git", "url": "https://github.com/gavinggordon/transpositioncipher.git" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { "GGG\\": "src" } } }