|
Name: |
PHP Transposition Cipher |
Base name: |
transpositioncipher |
Description: |
Encrypt a text shifting the position of characters |
Version: |
1.0.0 |
PHP version: |
5 |
License: |
MIT/X Consortium License |
All time users: |
116 users |
All time rank: |
9398 |
Week users: |
0 users |
Week rank: |
172  |
|
|
 March 2022
Number 8 |
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 |
Not yet rated by the users |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|