PHPackages                             tagadvance/elephant - 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. tagadvance/elephant

ActiveProject

tagadvance/elephant
===================

...

401PHP

Since Dec 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tagadvance/Elephant-Encryption)[ Packagist](https://packagist.org/packages/tagadvance/elephant)[ RSS](/packages/tagadvance-elephant/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/0195ceb5157b646eadcf8d2abea807dac06ee55b4b177e4076b9130bc9d952e5/68747470733a2f2f7472617669732d63692e6f72672f746167616476616e63652f456c657068616e742d456e6372797074696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tagadvance/Elephant-Encryption)

Elephant Encryption
===================

[](#elephant-encryption)

Elephant Encryption was originally a part of [Gilligan](https://github.com/tagadvance/Gilligan). Please bear in mind that while the encryption itself is very strong, data is only as secure as the server storing the private key.

Goal
----

[](#goal)

The goal was and is to create a well-structured, strongly-typed library to wrap around PHP's poorly documented OpenSSL extension.

Download / Install
------------------

[](#download--install)

The easiest way to install Elephant Encryption is via Composer:

```
composer require "tagadvance/elephant:dev-master"
```

```
{
    "require": {
        "tagadvance/elephant": "dev-master"
    }
}
```

Example
-------

[](#example)

```
