PHPackages                             primus852/simple-crypt - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. primus852/simple-crypt

ActivePackage[Utility &amp; Helpers](/categories/utility)

primus852/simple-crypt
======================

Simple String Crypt

1.2.0(7y ago)1230GPL-3.0-or-laterPHPPHP ^7.0

Since Aug 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/primus852/simple-crypt)[ Packagist](https://packagist.org/packages/primus852/simple-crypt)[ RSS](/packages/primus852-simple-crypt/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

simple-crypt
============

[](#simple-crypt)

Very simple way to crypt strings (do not use to crypt sensitive data)

### Usage

[](#usage)

`$sc = new SimpleCrypt('my-salt', 'iv');`

#### Encrypt

[](#encrypt)

`$encrypted = $sc->encrypt('TEST');`

#### Decrypt

[](#decrypt)

`$decrypted = $sc->decrypt($encrypted);`

#### Static

[](#static)

`$enc = SimpleCrypt::enc('TEST');`

`$dec = SimpleCrypt::dec($enc);`

#### Cipher ( )

[](#cipher--httpsgithubcomdefusephp-encryption)

`$enc = SimpleCrypt::encCipher('TEST','MyLongASCIIKey');`

`$dec = SimpleCrypt::decCipher($enc,'MyLongASCIIKey);`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Every ~12 days

Total

3

Last Release

2793d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/996106c8ad2b9fbc73ed7257cf44851023ed0c445351f69f5ae8c66bc406fd22?d=identicon)[primus852](/maintainers/primus852)

---

Top Contributors

[![mitscom](https://avatars.githubusercontent.com/u/48720056?v=4)](https://github.com/mitscom "mitscom (5 commits)")[![primus852](https://avatars.githubusercontent.com/u/5185509?v=4)](https://github.com/primus852 "primus852 (2 commits)")

### Embed Badge

![Health badge](/badges/primus852-simple-crypt/health.svg)

```
[![Health](https://phpackages.com/badges/primus852-simple-crypt/health.svg)](https://phpackages.com/packages/primus852-simple-crypt)
```

###  Alternatives

[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[voku/stringy

A string manipulation library with multibyte support

1783.8M19](/packages/voku-stringy)[paragonie/easy-ecc

Usabiliy Wrapper for mdanter/ecc

46617.1k10](/packages/paragonie-easy-ecc)[kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher

13150.5k6](/packages/kunstmaan-utilities-bundle)[ericmann/sessionz

PHP Session Manager Interface

585.0k2](/packages/ericmann-sessionz)[harmonic/laravel-envcoder

:description

414.1k](/packages/harmonic-laravel-envcoder)

PHPackages © 2026

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