liamjar4s / halite

High-level cryptography interface powered by libsodium

Home Page:https://paragonie.com/project/halite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halite

Build Status

Halite is a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.

Halite was created by Paragon Initiative Enterprises as a result of our continued efforts to improve the ecosystem and make cryptography in PHP safer and easier to implement.

It's released under the GPLv3 license. Commercial licenses are available from Paragon Initiative Enterprises if you wish to implement Halite in an application without making your source code available under a GPL-compatible license.

Attention: master is the Development Branch (Version 2)

See stable for version 1.x.

Using Halite in Your Applications

  1. Install Libsodium and the PHP Extension
  2. composer require paragonie/halite

Halite Version 2 requires PHP 7.0.0 or newer!

Using Halite in Your Project

Check out the documentation. The basic Halite API is designed for simplicity:

About

High-level cryptography interface powered by libsodium

https://paragonie.com/project/halite

License:GNU General Public License v3.0


Languages

Language:PHP 98.9%Language:Shell 1.1%