PHPackages                             paragonie/halite-legacy - 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. paragonie/halite-legacy

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

paragonie/halite-legacy
=======================

Legacy implementations of Halite (can be loaded alongside Halite to facilitate migrations)

v0.2.0(10mo ago)128.8k3ISCPHPPHP ^7|^8

Since Mar 11Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/paragonie/halite-legacy)[ Packagist](https://packagist.org/packages/paragonie/halite-legacy)[ RSS](/packages/paragonie-halite-legacy/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (5)Versions (5)Used By (0)

Halite-Legacy
=============

[](#halite-legacy)

See [Halite](https://github.com/paragonie/halite) for documentation, etc.

This library allows you to side-load an unsupported legacy version of Halite into your application in order to migrate data to the newest version.

> ### Important
>
> [](#important)
>
> **This library is out of scope for any bug bounty programs!**
>
> Please refer to Halite for a library that is in-scope.

Installing
----------

[](#installing)

Use Composer.

```
composer require paragonie/halite-legacy

```

### Migrating Code

[](#migrating-code)

Simply use the legacy classes to facilitate decryption, and re-encrypt with the latest version of Halite.

```
