Skip to content
This repository was archived by the owner on Sep 22, 2019. It is now read-only.

cn0047/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Crypto

Simple wrapper for php mcrypt.

Install

Via composer: composer require crypto/crypto.

Usage

<?php

use Crypto\Crypto;

$crypto = new Crypto('secret key');
$text = 'Shaken not stirred!';
$encryptedString = $crypto->encrypt($text);
$decryptedString = $crypto->decrypt($encryptedString);

About

Simple wrapper for php mcrypt. This repo is abandoned 🚨and deprecated ‼️

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages