abmmhasan/safeguard

A Collection of useful PHP security functions.

Maintainers

Package info

github.com/infocyph/Epicrypt

pkg:composer/abmmhasan/safeguard

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

dev-main 2026-04-19 08:15 UTC

README

Epicrypt is a capability-first PHP security toolkit.

It provides focused security building blocks for:

  • Certificate / PKI / key exchange
  • Crypto primitives
  • Token security (JWT, payload, opaque)
  • Password and secret protection
  • Integrity verification
  • Secure generation
  • Data protection workflows
  • Security utilities (signed URL, CSRF, reset/action tokens)

Installation

composer require infocyph/epicrypt

Requirements

  • PHP >=8.4
  • ext-sodium, ext-openssl, ext-json, ext-mbstring, ext-hash

Documentation

See the docs/ folder for full guides:

  • architecture
  • capability guides
  • testing and benchmarking
  • error handling