PHP Classes

File: changelog.txt

Recommend this page to a friend!
  Classes of Francisco del Aguila   PHP Form Encryption   changelog.txt   Download  
File: changelog.txt
Role: Documentation
Content type: text/plain
Description: Package history
Class: PHP Form Encryption
Encrypt and decrypt forms with AES and RSA
Author: By
Last change:
Date: 7 years ago
Size: 523 bytes
 

Contents

Class file image Download
PHP FORM ENCRYPTION Change log. ------------------------------------------------------------------------------- Version 1.01 2016-09-09: - PHP class has now more control over the RSA key pair creation. - JavaScript class now detects RSA key change, and generates automatically a new AES key that's sent to the server. This means no need to manually reset the browser local session storage when session is destroyed and restarted, or when RSA keys are reset. Version 1.00 2016-08-17: - First public version.