samihsoylu/cipher-suite-php

A lightweight PHP wrapper for the Defuse PHP-Encryption library, designed to simplify key management, session key encoding, and data encryption/decryption. Ideal for developers looking for an easy-to-integrate cryptographic solution.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/samihsoylu/cipher-suite-php

v2.0.0 2023-09-24 12:34 UTC

This package is auto-updated.

Last update: 2025-10-24 17:56:53 UTC


README

CipherSuite is a lightweight PHP wrapper for the Defuse PHP-Encryption library, designed to simplify key management, session key encoding, and data encryption/decryption. It's perfect for developers looking for a straightforward way to integrate cryptographic operations into their applications.

Features

  • Easy-to-use API for generating protected keys for database storage
  • Convenient methods for encoding and decoding session keys
  • Simplified encryption and decryption methods
  • Support for password updates

Requirements

  • PHP 8.0 or newer

Installation

composer require samihsoylu/cipher-suite-php

Usage