PHPackages                             eshow/encryption - 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. eshow/encryption

ActiveLibrary[Security](/categories/security)

eshow/encryption
================

eshow encryption php sdk

v0.0.2(2y ago)010MITPHPPHP &gt;=5.6

Since Jul 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/eshowkeji/encryption)[ Packagist](https://packagist.org/packages/eshow/encryption)[ RSS](/packages/eshow-encryption/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Eshow Encryption
================

[](#eshow-encryption)

解密sdk

安装
--

[](#安装)

```
composer require eshow/encryption

```

使用
--

[](#使用)

```
use Eshow\Encryption\bin\Action;
use Eshow\Encryption\exception\PubKeyException;

$decryptData = ""; //需要解密的数据
$config = [
    "timestampLimit"=>60,//超时时间
    "publicKey"=>""//公钥
];
try {

    $action = new Action($config);
    $data = $action->decrypt($decryptData);
}catch (PubKeyException $exception){

}

```

异常
--

[](#异常)

codemessage10004时间戳无效，数据可能被篡改或过期10003数据格式不正确10002解密失败10001非法密钥

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Every ~0 days

Total

2

Last Release

1027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68236924b9728c550713ec0ccd78c11a74878b9d1fbb12c60c1e7c9ae623973e?d=identicon)[Eshow](/maintainers/Eshow)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/eshow-encryption/health.svg)

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

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[mews/purifier

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

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41478.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

87117.5M63](/packages/bjeavons-zxcvbn-php)[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)[paragonie/hidden-string

Encapsulate strings in an object to hide them from stack traces

7410.6M39](/packages/paragonie-hidden-string)

PHPackages © 2026

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