alonity/crypt

Alonity crypt component

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

This package is auto-updated.

Last update: 2025-05-07 09:17:05 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);