PHPackages                             jnativel/encryption - 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. jnativel/encryption

ActiveLibrary[Security](/categories/security)

jnativel/encryption
===================

A small PHP class for create, encrypting or decrypting your passwords.

v1.0(8y ago)0123MITPHPPHP &gt;=7.1

Since Oct 13Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Encryption
==========

[](#encryption)

A small PHP class for create, encrypting or decrypting your passwords

Installation using Composer
---------------------------

[](#installation-using-composer)

```
$ composer require jnativel/Encryption
```

Usage
-----

[](#usage)

You can use the "generateKey()" method for generate a safe password. You can set the lenght and diffrents type of characters (upper, number, symbol)

```
