PHP Classes

Notable PHP package: PHP Form Encryption

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 777

Last month viewers: 1

Categories: Notable Packages

When you need to submit security sensitive data to a Web site, you should always use encrypted connections. However, over time older SSL versions have been discovered to be vulnerable, to the point that SSL is not longer synonym of security.

Nowadays you should use at least TLS and we don't know until when the current TLS versions will be safe to use to protect the transmission of private data.

This class provides an additional layer of security by using JavaScript to encrypt data before transmitting form values using RSA public key, and then having the server to decrypt the data with a private key.

This way, eventual man in the middle attacks will not be able to decrypt the data because they don't know what is the private key that the server uses to decrypt it.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP Form Encryption is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Encrypt and decrypt forms with AES and RSA

Here follows in more detail what it does:

This package can encrypt and decrypt forms with AES by JavaScript and PHP.

It can create private and public RSA keys used for client/server AES key interchange.

The class can take a submitted form with values that were encrypted on the browser side using JavaScript, and can send encrypted results back to the browser.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,611,040 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)