Recommend this page to a friend! |
Classes of Gavin Gordon Markowski | > | PHP Transposition Cipher | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Cryptography | Encrypting, decrypting and hashing data | View top rated classes |
Text processing | Manipulating and validating text data | View top rated classes |
Innovation Award |
March 2022 Nominee Vote |
Some applications need to encrypt text strings with the secret key so that the resulting encrypted value still uses readable characters. Shifting the position of the characters in an unpredictable way is an approach to encrypting the text that guarantees that the resulting text string will still be readable. This package implements a transposition cipher algorithm that can encrypt text using only the original string characters in a different position. Therefore it preserves the readability of the encrypted string characters. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
test (1 file) | ||||
.travis.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data |
Install with Composer - Download all files: transpositioncipher.tar.gz transpositioncipher.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|