PHP Keyak: Encrypt and decrypt authenticated data using Keyak

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2021-01-09 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 87 This week: 7All time: 9,588 This week: 49Up
Version License PHP version Categories
keyak 1.0.0The PHP License5PHP 5, Cryptography
Description Author

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.

Innovation Award
PHP Programming Innovation award nominee
January 2021
Nominee
Vote
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.

Manuel Lemos
Picture of Jose Luis Lucas
Name: Jose Luis Lucas <contact>
Classes: 10 packages by
Country: Spain Spain
Innovation award
Innovation award
Nominee: 7x

Details

Keyak

Keyakv2 PHP Based on

https://keccak.team/files/Keyakv2-doc2.2.pdf

&

https://github.com/samvartaka/keyak-python

  Files folder image Files  
File Role Description
Plain text file keyakv2.php Class Class source
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file test_LakeKeyak.php Example Example script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:87
This week:7
All time:9,588
This week:49Up

For more information send a message to info at phpclasses dot org.