Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

23y4d/crypt-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

crypt-php

Crypt-PHP encryption/decryption on your data with PHP for more security

Usage

The usage of this class is really simple. It contains two public methods:

<?php
require_once 'crypt.php';
$r = new securtiy\crypto\crypto();

echo $r->enCrypt("shad0w")."<br>";
echo $r->deCrypt("zFkZslGeDlLFyF8Bcllt3ZZ3rcC8zPeOAc6LSIeHQ6s");

?>

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages