paragonie / halite

High-level cryptography interface powered by libsodium

Home Page:https://paragonie.com/project/halite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Halite be used with Swoole/ReactPHP in PHP Applications?

raghuveer opened this issue · comments

I would like to understand if we can use Halite in applications, those that are developed in non-blocking I/O, asynchronous perspectives, using any of the following and alikes,

a) Swoole, https://www.swoole.co.uk/
b) ReactPHP, https://reactphp.org/

Being a regular Halite User, we are considering to include Halite library, to handle Cryptographic activities in our applications, where we aspire to use Swoole/ReactPHP kind of solutions

thank you

any suggestion about this?

Seems related to #159

will wait for php 8.1 and compatible Halite release

Upon closer review, the main complication is the file operations for loading/saving keys...which are optional.

See comment in #159