PHPackages                             claudusd/cryptography - 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. claudusd/cryptography

ActiveLibrary[Security](/categories/security)

claudusd/cryptography
=====================

A cryptography PHP 5.4 library.

1901[1 issues](https://github.com/claudusd/Cryptography/issues)1PHP

Since May 11Pushed 12y ago2 watchersCompare

[ Source](https://github.com/claudusd/Cryptography)[ Packagist](https://packagist.org/packages/claudusd/cryptography)[ RSS](/packages/claudusd-cryptography/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

Cryptography
============

[](#cryptography)

This is a PHP5 library about the cryptography. The library uses the PHP openssl methods.

[![Build Status](https://camo.githubusercontent.com/47ad6b29f63ca41b2aa398867b0e62e89c6e7775ab499a65660bdc0bc0581ab6/68747470733a2f2f7472617669732d63692e6f72672f636c6175647573642f43727970746f6772617068792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/claudusd/Cryptography)

### Installation

[](#installation)

The recommended way to install Cryptography is through composer ([claudusd/cryptography](https://packagist.org/packages/claudusd/cryptography) on packagist)

Just create a `composer.json` file for your project:

```
{
    "require": {
        "claudusd/cryptography": "*"
    }
}
```

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
