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 today

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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1584d 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

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.7M142](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24820.0k37](/packages/paragonie-ecc)

PHPackages © 2026

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