Download the PHP package soatok/minisign without Composer
On this page you can find all versions of the php package soatok/minisign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download soatok/minisign
More information about soatok/minisign
Files in soatok/minisign
Download soatok/minisign
More information about soatok/minisign
Files in soatok/minisign
Vendor soatok
Package minisign
Short Description PHP implementation of minisign, based on libsodium
License ISC
Package minisign
Short Description PHP implementation of minisign, based on libsodium
License ISC
Please rate this library. Is it a good library?
Informations about the package minisign
Minisign (PHP)
PHP implementation of Minisign. Powered by Libsodium.
Installing
Usage (Command Line)
Creating a key pair
Signing a file
Or to include a comment in the signature, that will be verified and displayed when verifying the file:
The signature is put into myfile.txt.minisig.
Multiple files can also be signed at once:
Verifying a file
or
This requires the signature myfile.txt.minisig
to be present in the same directory.
The public key can either reside in a file (./minisign.pub
by default) or be directly specified on the command line.
Usage (PHP Code)
Creating a key pair
Signing a file
Verifying a file
All versions of minisign with dependencies
PHP Build Version
Package Version
Requires
ext-sodium Version
*
php Version ^7.2|^8
ulrichsg/getopt-php Version ^3
paragonie/constant_time_encoding Version ^2
paragonie/sodium_compat Version ^1|^2
php Version ^7.2|^8
ulrichsg/getopt-php Version ^3
paragonie/constant_time_encoding Version ^2
paragonie/sodium_compat Version ^1|^2
The package soatok/minisign contains the following files
Loading the files please wait ....