Data Transmission Shield 0.71
If you are sending sensitive instructions from on page to another, Data Transmission Shield is often important to hide and protect what you are sending to prevent cross site scripting and other malicious attempts to hack your sites and applications.
The shield class protects your data by using mcrypt to encrypt the information into a hashed value. This is then sent as one value unreadable value. For example a standard GET form would send data like so:
http://www.myserver.com/add.php?user=buggedcom&page;=register
The shield class combines all this data into one value so people can no longer observe what data is being sent. It would turn the above example into:
http://www.myserver.com/add.php?shield=sN5V3BBa1FHSTdV3tea1FHBSTaf4nj43....
Each encrypted value contains a digital id. One that you set and the directory path that the script resides in. If neither match the data is not decrypted and is returned as false.
Now Data Transmission Shield also features javascript DES encryption methods that have been linked from another opensource work. This usage enables people to provide form submission encryption to data in non https forms.
More popular Cryptography
- PHP Encrypt/Decrypt Text! 1.2.6 (3 years, 1 month 15 days ago)
- AROHA PHPencoder 1.09 (2 years, 9 months 23 days ago)
- PHP Hash Generator 1.1.2 (3 years, 2 months 7 days ago)
- Phpcoder 1.5 (2 years, 9 months 27 days ago)
- RSA 1.0 (4 years, 8 months 5 days ago)
Listing Files

example.input.php- 1.2 KB
- 09/23/2008 02:31:58

example.plain.php- 1.7 KB
- 09/23/2008 02:31:58

class.shield.php- 34.2 KB
- 09/23/2008 02:31:58

example.get.php- 1.6 KB
- 09/23/2008 02:31:58

base64.js- 3.3 KB
- 09/23/2008 02:31:58

des.js- 15.9 KB
- 09/23/2008 02:31:58

example.formshield.php- 1.7 KB
- 09/23/2008 02:31:58

example.keyimg.php- 279 Bytes
- 09/23/2008 02:31:58
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
