2017 © Pedro Peláez
 

library apihackful

An utility to perform RESTful API call with end-to-end encryption

image

neroreflex/apihackful

An utility to perform RESTful API call with end-to-end encryption

  • Wednesday, January 17, 2018
  • by NeroReflex
  • Repository
  • 1 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

APIHackful

An implementation of RESTful API with end-to-end encryption and compression, with a support to PSR-7 standard., (*1)

Usage

In order to implement the library you have to obtain an encryption key., (*2)

Just run the following command on a Linux PC or server running from more than half an hour:, (*3)

head -c 32 /dev/urandom | base64

than write in your application startup file:, (*4)

define('APIHACKFUL_ENCRYPTION_KEY', "8jBsckIGj9XQ7rKIwk53NtbiyP2pH0qJgZKH8cICtr4=");

obviously... DO NOT USE THE EXAMPLE!, (*5)

WIP

Not ready (yet)., (*6)

The Versions

17/01 2018

dev-master

9999999-dev

An utility to perform RESTful API call with end-to-end encryption

  Sources   Download

Apache-2.0

The Requires

 

by Denis Benato