PHPackages                             krak/crypto - 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. krak/crypto

ActiveLibrary[Security](/categories/security)

krak/crypto
===========

Cryptographic Library

v0.1.3(9y ago)09091PHP

Since May 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/krakphp/crypto)[ Packagist](https://packagist.org/packages/krak/crypto)[ RSS](/packages/krak-crypto/feed)WikiDiscussions master Synced 1mo ago

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

Crypto
======

[](#crypto)

A well designed cryptographic library for php.

Install
-------

[](#install)

```
composer require krak/crypto

```

Design
------

[](#design)

The Crypto Library has two main interfaces: `Crypt` and `Pad`.

A Crypt is what does the encryption and decryption.

A Pad is what does the padding and stripping.

Usage
-----

[](#usage)

```
