alonity/crypt

Alonity crypt component

dev-main 2021-10-07 01:09 UTC

This package is auto-updated.

Last update: 2024-05-07 07:03:01 UTC


README

Crypt component

Install

composer require alonity/crypt

Examples

use alonity\crypt\Crypt;

require('vendor/autoload.php');

// Generate random string 20 length
echo Crypt::random(20);