Skip to content

tperrelli/encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt

A simple library to Encrypt and Decrypt PHP messages

Encrypt is a simple library that provides a smart way to encrypt and decrypt php messages, according to the choosen algorithm.

Installation

composer install tperrelli/encrypt

Usage

Encrypt

$hashed = Encrypt::encrypt('public message');

Decrypt

$public = Encrypt::decrypt($hashed);

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages