PHPackages                             an3o/php-icekey - 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. an3o/php-icekey

ActiveLibrary[Security](/categories/security)

an3o/php-icekey
===============

ICE Cipher implementation for PHP

v1.0(5y ago)071MITPHPPHP &gt;=5.3.2

Since Sep 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AN3Orik/php-icekey)[ Packagist](https://packagist.org/packages/an3o/php-icekey)[ Docs](https://github.com/AN3Orik/php-icekey)[ RSS](/packages/an3o-php-icekey/feed)WikiDiscussions master Synced 3d ago

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

ICE Cipher implementation for PHP
=================================

[](#ice-cipher-implementation-for-php)

[![FOSSA Status](https://camo.githubusercontent.com/38e3aae57a29ff5cd9ac52c873dad9f001f76442aef73128d17720b350427c31/68747470733a2f2f6170702e666f7373612e636f6d2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246414e334f72696b2532467068702d6963656b65792e7376673f747970653d736869656c64)](https://app.fossa.com/projects/git%2Bgithub.com%2FAN3Orik%2Fphp-icekey?ref=badge_shield)

Original source:

Usage example
=============

[](#usage-example)

```
// ICE Key initialize
$iceKey = new IceKey(0, array(0x11, 0x22, 0x33, 0x44, 0x54, 0x55, 0x66, 0x77));
// Bytes to encrypt
$plainBytes = array(0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x10);
// Encrypt bytes
$cryptedBytes = iceKey->encrypt($plainBytes);
// And decrypt back
$plainBytes2 = iceKey->decrypt($cryptedBytes);

```

Install
-------

[](#install)

Install of the library and its dependencies via [Composer](http://getcomposer.org/).

```
composer require an3o/php-icekey
```

License
-------

[](#license)

[![FOSSA Status](https://camo.githubusercontent.com/8db08cf45876c9b9a2d76e0bb335b900a0284507f645777e1ed98dd8c3f263da/68747470733a2f2f6170702e666f7373612e636f6d2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246414e334f72696b2532467068702d6963656b65792e7376673f747970653d6c61726765)](https://app.fossa.com/projects/git%2Bgithub.com%2FAN3Orik%2Fphp-icekey?ref=badge_large)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

2062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fe2ef7e15a92a0f894beec362dd462801063deabd77dfef0eb96e8762e2f34c?d=identicon)[ANZO](/maintainers/ANZO)

---

Top Contributors

[![AN3Orik](https://avatars.githubusercontent.com/u/6397450?v=4)](https://github.com/AN3Orik "AN3Orik (7 commits)")[![fossabot](https://avatars.githubusercontent.com/u/29791463?v=4)](https://github.com/fossabot "fossabot (1 commits)")

---

Tags

cryptographyice-cipherphpcryptographyencryptioncipherice

### Embed Badge

![Health badge](/badges/an3o-php-icekey/health.svg)

```
[![Health](https://phpackages.com/badges/an3o-php-icekey/health.svg)](https://phpackages.com/packages/an3o-php-icekey)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

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

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[paragonie/ciphersweet

Searchable field-level encryption library for relational databases

4641.2M21](/packages/paragonie-ciphersweet)[vlucas/pikirasa

PKI public/private RSA key encryption using the OpenSSL extension

104101.1k1](/packages/vlucas-pikirasa)[ionux/phactor

Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate &amp; verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.

5275.0k30](/packages/ionux-phactor)[camcima/dukpt-php

DUKPT implementation in PHP

25153.1k](/packages/camcima-dukpt-php)

PHPackages © 2026

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