By browsing this website you accept that we set Cookies on your device in order to serve you relevant ads and a better user experience. Close

Nachricht

« Zurück

www.phpclasses.net

From: PHP Classes Notable <list-notable@phpclasses.net>, sent: 13:43:25 - 30.12.2016

Notable PHP package: PHP Form Encryption - PHP Classes
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.

Notable PHP package: PHP Form Encryption

Where plugins go to die.

Manage all your client websites with a single login. Seriously.

Rofl, a PHP package is considered Notable when it does something different that is worth noting.

If you have also written Notable packages, contribute them to the PHP Classes site to get your work more exposure.

If your notable package is innovative, you may also earn prizes and recognition in the PHP Innovation Award.

Now you can also win a Big elePHPant as one of the possible prizes you can win every month. Check the complete list of prizes here: List of prizes

Package

PHP Form Encryption

Encrypt and decrypt forms with AES and RSA

Moderator comment

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.

Author

Francisco del Aguila

Groups

HTTP, PHP 5, Cryptography

Description

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.
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page.