Skip to content

Sinevia/php-library-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PHP Library Crypt

The Crypt package provides pure PHP encryption methods with no external dependencies.

Background

Installation

Add the following to your composer file:

   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/sinevia/php-library-crypt.git"
        }
    ],
    "require": {
        "sinevia/php-library-crypt": "dev-master"
    },

Usage

$pass = 'test';

$enc = Sinevia\Crypt::xorEncode('test',$pass);

$dec = Sinevia\Crypt::xorDecode(enc,$pass);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages