PHPackages                             rndoom04/encryptor - 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. rndoom04/encryptor

ActiveLibrary[Security](/categories/security)

rndoom04/encryptor
==================

Encryption and decryption PHP library.

v1.0.0(4y ago)011MITPHPPHP &gt;=7.0

Since Mar 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Rndoom04/encryptor)[ Packagist](https://packagist.org/packages/rndoom04/encryptor)[ RSS](/packages/rndoom04-encryptor/feed)WikiDiscussions master Synced 1w ago

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

ENCRYPTION AND DECRYPTION
=========================

[](#encryption-and-decryption)

Compatible with PHP &gt;= 7.0.

Install
-------

[](#install)

For PHP version **`>= 7.0`**:

```
composer require Rndoom04/encryptor

```

How to use it
-------------

[](#how-to-use-it)

Firstly init the library by simply "use".

```
use Rndoom04\encryptor;

```

Load the library and let's encrypt.

```
$string_to_test = "Hello this is a text to encrypt.";
$encryptor = new \Rndoom04\encryptor\encryptor();
$encryptor->setKey("my-secret-key"); // Set key

$encrypted_string = $encryptor->encrypt($string_to_test); // Return encrypted string
$decrypted_string = $encryptor->decrypt($encrypted_string); // Encrypted string you can decrypt back to plain string

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0b271462edeed5d7a0d531c7ba6d9e0a544129006f7f1b4de155db16839ebe4?d=identicon)[Rndoom04](/maintainers/Rndoom04)

---

Top Contributors

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

---

Tags

decryptdecryptionencryptencryptionencryption-decryptionnettenette-frameworkopensslphpphp-libraryphp7security

### Embed Badge

![Health badge](/badges/rndoom04-encryptor/health.svg)

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

###  Alternatives

[phpids/phpids

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application

791150.0k2](/packages/phpids-phpids)[paragonie/ecc

PHP Elliptic Curve Cryptography library

25866.3k44](/packages/paragonie-ecc)[nicobleiler/php-passphrase

Passphrase generator with Laravel integration, inspired by Bitwarden. Uses the EFF long word list by default with support for custom wordlists.

4912.6k](/packages/nicobleiler-php-passphrase)[dwgebler/encryption

Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.

317.5k](/packages/dwgebler-encryption)

PHPackages © 2026

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