2017 © Pedro PelĂĄez
 

library secret

simple secret message solution。

image

callwoola/secret

simple secret message solution。

  • Monday, April 17, 2017
  • by Callwoola
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

php secret

work flow

  • server generate a public key give to client
  • client user PBK encode data
[
    "data"=> ...
    "client_public_key"=> (client use that PVK generate's PBK)
    "app_id"=> ...
    "type"=> [delay|immediately]
]
  • server get data and decode that get data
  • check type
    • delay -> push to queue
    • immediately -> response data to client

The Versions

17/04 2017

dev-master

9999999-dev

simple secret message solution。

  Sources   Download

MIT

The Development Requires

by neo

17/04 2017

0.1.0

0.1.0.0

simple secret message solution。

  Sources   Download

MIT

The Development Requires

by neo