PHP Classes

How Can PHP Encrypt String with Key Password that Allows Verifying Data Integrity When It Is Decrypted - PHP Keyak package blog

Recommend this page to a friend!
  All package blogs All package blogs   PHP Keyak PHP Keyak   Blog PHP Keyak package blog   RSS 1.0 feed RSS 2.0 feed   Blog How Can PHP Encrypt S...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: PHP Keyak

There are many encryption algorithms that can and encrypt and decrypt data.

The Keyak algorithm goes farther than many other algorithms by providing means to also authenticate the encrypted data.

This allows the recipient of the encrypted data to verify the authenticity of that data when it tries to decrypt the encrypted data that was received.

This package implements a pure PHP based solution to implement the Keyak algorithm to encrypt and decrypt data.




Loaded Article

About the PHP Keyak Package

The package PHP Keyak 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 authenticated data using Keyak

Here follows in more detail what it does:

This class can encrypt and decrypt authenticated data using Keyak algorithm.

It can take as parameters secret key value and metadata values that are authenticated and string value that is encrypted by the class to generate cipher text and an authenticating tag.

The class can also use the secret key to decrypt the generated cipher text and the authenticating tag to verify the data is authentic.

Conclusion

The PHP Keyak can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

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 as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




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

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   PHP Keyak PHP Keyak   Blog PHP Keyak package blog   RSS 1.0 feed RSS 2.0 feed   Blog How Can PHP Encrypt S...