2017 © Pedro Peláez
 

library js-crypto

Data encryption and decryption in php

image

jsoltani/js-crypto

Data encryption and decryption in php

  • Saturday, July 14, 2018
  • by jsoltani
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

js-crypto

php class to encryption and decryption, (*1)

Requirements

js-crypto Requires PHP >= 7.0, (*2)

Installation

Using Composer

You can install this package using composer. Add this package to your composer.json:, (*3)

"require": {
    "jsoltani/js-crypto": "dev-master"
}

or if you prefer command line, change directory to project root and:, (*4)

php composer.phar require "jsoltani/js-crypto":"dev-master"

Example Usage

jsCrypto::setKey('aaaaaadassfvsdgsfgregdfgb');
jsCrypto::setMethod('AES-128-CFB8');
$data = jsCrypto::encrypt("Test Crypt");

echo "Encrypt: $data <br>";
echo "Decrypt: " . jsCrypto::decrypt($data);

The Versions

14/07 2018

dev-master

9999999-dev https://github.com/jsoltani/js-crypto

Data encryption and decryption in php

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Javad soltani

14/07 2018

1.0.0

1.0.0.0 https://github.com/jsoltani/js-crypto

Data encryption and decryption in php

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Javad soltani