PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Bigb06   PHP Cypher File   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cypher File
Symmetric encryption of large files using RSA keys
Author: By
Last change:
Date: 4 days ago
Size: 440 bytes
 

Contents

Class file image Download
{ "name": "bigb06/phpcypherfile", "description": "A PHP library for encrypting and decrypting files using the AES-256-CBC algorithm.", "type": "library", "license": "MIT", "authors": [ { "name": "Nicolas Chevallier" } ], "require": { "php": ">=8.2", "ext-openssl": "*" }, "autoload": { "psr-4": { "PHPCypherFile\\": "src/" } } }