PHPackages                             steein/cryptopad - 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. steein/cryptopad

ActiveLibrary[Security](/categories/security)

steein/cryptopad
================

This component provides a secure encryption using AES-256-CBC..

1.1(9y ago)2331MITPHPPHP ^7.0

Since Jan 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SteeinSource/CryptoPad)[ Packagist](https://packagist.org/packages/steein/cryptopad)[ Docs](http://sourcecode.steein.ru)[ RSS](/packages/steein-cryptopad/feed)WikiDiscussions master Synced 4w ago

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

Steein CryptoPad
----------------

[](#steein-cryptopad)

This component provides a secure encryption using AES-256-CBC.

**Version PHP** : &gt;= 7.0

```
$crypto = new \SteeinCrypt\CryptoPad();

//Test key and global key
$key        = 'rUhidagNflImJ3wB';
$global_key = '%31.1e$i86e$f!8jz';
```

### Standard encryption text

[](#standard-encryption-text)

```
$encrypt = $crypto->encrypt('default text', $key);
echo $encrypt;
```

### Standard decryption text

[](#standard-decryption-text)

```
$decrypt = $crypto->decrypt($encrypt, $key);
echo $decrypt;
```

### Encryption and Decryption of text in base64

[](#encryption-and-decryption-of-text-in-base64)

```
$encryptBase64 = $crypto->encryptBase64('base64_encrypt', $key, true);
$crypto->decryptBase64($encryptBase64, $key, true);
```

### Encryption using the global key

[](#encryption-using-the-global-key)

```
$global_crypt = $crypto
    ->setKey($global_key)
    ->encrypt('default_text', $key);
$crypto->decrypt($global_crypt, $key);
```

### Support or Contact

[](#support-or-contact)

- Author: Shamsudin Serderov
- Version Library: 1.0.0
- Email:

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25b3e90822a52d3d64e79e88c911e20e16f8d08ceb759f52ad75884a85a8b302?d=identicon)[Steein](/maintainers/Steein)

---

Tags

decryptionencryptioncryptoencryptcryptsteeinsteein cryptopad

### Embed Badge

![Health badge](/badges/steein-cryptopad/health.svg)

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k175.2M244](/packages/defuse-php-encryption)[xxtea/xxtea

XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.

11343.0k](/packages/xxtea-xxtea)[aplus/crypto

Aplus Framework Crypto Library

171.6M1](/packages/aplus-crypto)[miladrahimi/phpcrypt

Encryption, decryption, and hashing tools for PHP projects

3074.2k2](/packages/miladrahimi-phpcrypt)[poly-crypto/poly-crypto

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

128.1k1](/packages/poly-crypto-poly-crypto)

PHPackages © 2026

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