PHPackages                             davmixcool/cryptman - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. davmixcool/cryptman

ActiveLibrary[Security](/categories/security)

davmixcool/cryptman
===================

A Two-way encryption manager using the OpenSSL library

v1.0.0(7y ago)454.3k↓23.9%MITPHPPHP &gt;=5.5.0

Since Mar 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/davmixcool/cryptman)[ Packagist](https://packagist.org/packages/davmixcool/cryptman)[ Docs](https://github.com/davmixcool/cryptman)[ RSS](/packages/davmixcool-cryptman/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Cryptman.
=========

[](#cryptman)

A Two-way encryption manager using the OpenSSL library

Requirements
------------

[](#requirements)

- PHP 5.5 and above

Steps:
------

[](#steps)

- [Installation](#installation)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [License](#license)

### Installation

[](#installation)

**Composer**

Run the following command to include this package via Composer

```
composer require davmixcool/cryptman
```

### Usage

[](#usage)

Simple Usage.

```
	$cryptman = new Davmixcool\Cryptman([
		'key' => 'Your cipher key'
	]);

	//Encrypt data
	$data = 'Loose lips sink ships';
	$encrypted = $cryptman->cipher($data)->encrypt();

	//Decrypt Data
	$decrypted = $cryptman->cipher($encrypted)->decrypt();
```

Advance Usage

```

	$cryptman = new Davmixcool\Cryptman([
		'key' => 'Your cipher key',
		'method' => 'Your cipher method', //see: http://php.net/openssl_get_cipher_methods for more. resolves to default menthod if none selected
	]);

	//Encrypt data
	$data = 'Loose lips sink ships';
	$encrypted = $cryptman->cipher($data)->encrypt();

	//Decrypt Data
	$decrypted = $cryptman->cipher($encrypted)->decrypt();
```

### Maintainers

[](#maintainers)

This package is maintained by [David Oti](http://github.com/davmixcool) and you!

### License

[](#license)

This package is licensed under the [MIT license](https://github.com/davmixcool/cryptman/blob/master/LICENSE).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58f0b7a6b4a01c486263394e1414b3296ded35a5b565213a77aa906410137beb?d=identicon)[davmixcool](/maintainers/davmixcool)

---

Top Contributors

[![davmixcool](https://avatars.githubusercontent.com/u/5640065?v=4)](https://github.com/davmixcool "davmixcool (6 commits)")

---

Tags

encryptioncryptoopensslciphersslsecuredecryptionencrypterdecrypterDecipher

### Embed Badge

![Health badge](/badges/davmixcool-cryptman/health.svg)

```
[![Health](https://phpackages.com/badges/davmixcool-cryptman/health.svg)](https://phpackages.com/packages/davmixcool-cryptman)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[poly-crypto/poly-crypto

High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+

127.8k1](/packages/poly-crypto-poly-crypto)[acmephp/core

Raw implementation of the ACME protocol in PHP

38973.7k7](/packages/acmephp-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
