2017 © Pedro Peláez
 

package fcphp-crypto

Crypto content for FcPhp

image

00f100/fcphp-crypto

Crypto content for FcPhp

  • Friday, June 22, 2018
  • by 00F100
  • Repository
  • 1 Watchers
  • 0 Stars
  • 48 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

FcPhp Crypto

Package to crypto contents using Sodium PHP Cryptography Extensions, (*1)

Build Status codecov, (*2)

PHP Version Packagist Version Total Downloads, (*3)

How to install

Composer:, (*4)

$ composer require 00f100/fcphp-crypto

or add in composer.json, (*5)

{
    "require": {
        "00f100/fcphp-crypto": "*"
    }
}

How to use

<?php

use FcPhp\Crypto\Crypto;

// Configure crypto
$nonce = Crypto::getNonce();
$cryto = new Crypto($nonce);
$key = $cryto->generateKey();


// Example
$var = ['index' => 'value'];
$encode = $crypto->encode($key, $var);
$decode = $crypto->decode($key, $encode);

The Versions

22/06 2018

dev-master

9999999-dev https://github.com/00f100/fcphp-crypto

Crypto content for FcPhp

  Sources   Download

The Requires

  • php >=7.2
  • ext-sodium *

 

The Development Requires

php content crypto fcphp

22/06 2018

0.2.0

0.2.0.0 https://github.com/00f100/fcphp-crypto

Crypto content for FcPhp

  Sources   Download

The Requires

  • php >=7.2
  • ext-sodium *

 

The Development Requires

php content crypto fcphp

17/06 2018

0.1.0

0.1.0.0 https://github.com/00f100/fcphp-crypto

Crypto content for FcPhp

  Sources   Download

The Requires

  • php >=7.2

 

The Development Requires

php content crypto fcphp