2017 © Pedro PelĂĄez
 

library crypto-utils-php

Crypto Tools for Web Services and Web Applications

image

msfidelis/crypto-utils-php

Crypto Tools for Web Services and Web Applications

  • Tuesday, October 11, 2016
  • by msfidelis
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

crypto-utils-php

Pacote de gerenciamento de criptografia para PHP, (*1)

Download do projeto

  # composer require msfidelis/crypto-utils-php

Use a classe de crypto que vocĂȘ deseja. Como a EncryptSSL

  $loader = require __DIR__ . "/vendor/autoload.php";
  use msfidelis\cryptoUtils\classes\EncryptSSL;

alt tag, (*2)

Gerando um par de chaves assimétricas com o OpenSSL

alt tag, (*3)

Encrypt and Decrypt Exemplo

alt tag alt tag, (*4)

The Versions

11/10 2016

dev-master

9999999-dev http://www.nanoshots.com.br

Crypto Tools for Web Services and Web Applications

  Sources   Download

MIT

The Requires

  • php >=5.5

 

by Matheus Scarpato Fidelis

php library security crypto tool