callwoola / secret
simple secret message solution。
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/callwoola/secret
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-10-04 00:30:26 UTC
README
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