Download the PHP package virgil/crypto without Composer
On this page you can find all versions of the php package virgil/crypto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download virgil/crypto
More information about virgil/crypto
Files in virgil/crypto
Package crypto
Short Description Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. See below for currently available languages and platforms. Get in touch with us to get preview access to our key infrastructure.
License BSD-3-Clause
Homepage http://virgilsecurity.com
Informations about the package crypto
Virgil Crypto Library PHP
Support
Introduction
Virgil Crypto Library PHP is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and an open-source high-level cryptographic library that allows you to perform all necessary operations for securely storing and transferring data in your digital solutions. Crypto Library is written in C++ and is suitable for mobile and server platforms.
Library purposes
- Asymmetric Key Generation
- Encryption/Decryption of data and streams
- Generation/Verification of digital signatures
- Double Ratchet algorithm support
- Post-quantum algorithms support: Round5 (encryption) and Falcon (signature)
- Crypto for using Virgil Core SDK
Installation
Requirements:
- PHP 8.2, 8.3
Installation via composer
Usage examples
Generate a key pair
Generate a key pair using the default algorithm (EC_X25519):
Generate and verify a signature
Generate signature and sign data with a private key:
Verify a signature with a public key:
Encrypt and decrypt data
Encrypt data with a public key:
Decrypt the encrypted data with a private key:
Import and export keys
Export keys:
Import keys:
Additional information
Docs
License
This library is released under the 3-clause BSD License.
Support
Our developer support team is here to help you. Find out more information on our Help Center.
You can find us on Twitter or send us email [email protected].
Also, get extra help from our support team on Slack.
All versions of crypto with dependencies
myclabs/php-enum Version ^1.8
virgil/crypto-wrapper Version ^1.0.0
ext-json Version *