chillerlan/php-cryptobox

A simple wrapper around the sodium cryptobox functions. PHP 7.2+

1.0.0 2019-11-12 13:25 UTC

This package is auto-updated.

Last update: 2024-04-04 06:33:22 UTC


README

A stupid simple wrapper around the sodium *_box functions.

version license Travis Coverage Scrunitizer Packagist downloads PayPal donate

Requirements

  • PHP 7.2+

  • CryptoBox

    • CryptoBoxInterface: Box, SecretBox, SealedBox, SignedMessage
    • CryptoKeypairInterface: BoxKeypair, SignKeypair