PHPackages                             jeferson-lsouza/isipass - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jeferson-lsouza/isipass

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jeferson-lsouza/isipass
=======================

Componente responsável para gestão e criação de senhas.

00PHP

Since Jul 20Pushed 5y agoCompare

[ Source](https://github.com/jeferson-lsouza/isipass)[ Packagist](https://packagist.org/packages/jeferson-lsouza/isipass)[ RSS](/packages/jeferson-lsouza-isipass/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

IsiLog Library
==============

[](#isilog-library)

[![Maintainer](https://camo.githubusercontent.com/b2615a5028fcf161e64611983bbb1dcb16380e2122d8bcd6eced3ebc5c70de70/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d404a65666572736f32383137393239332d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/Jeferso28179293)[![Source Code](https://camo.githubusercontent.com/2c187ef8f56fd4a50419fbf66953985f9f7db6ad71cb29e8a893948923cbc749/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6a65666572736f6e2d6c736f757a612f697369706173732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/jeferson-lsouza/isipass)[![PHP from Packagist](https://camo.githubusercontent.com/c54b65c8f93aa254b41f2ae448965043814d7efbd0d0b2ce55843bb2d2097319/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6a65666572736f6e2d6c736f757a612f697369706173732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeferson-lsouza/isipass)[![Latest Version](https://camo.githubusercontent.com/66ece68940bdac0528946ebebcde5da387d40496c5efb39966a5055e8e152096/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a65666572736f6e2d6c736f757a612f697369706173732e7376673f7374796c653d666c61742d737175617265)](https://github.com/jeferson-lsouza/isipass/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/c4337c1b9dbc200d2f1d1983d6fc166161c1b958c57e523e2f9e89bf9544cebb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f6a65666572736f6e2d6c736f757a612f697369706173732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeferson-lsouza/isipass)[![Quality Score](https://camo.githubusercontent.com/52e884fc1f4e7e6eaf6d760d5ea2358de87fcf524cdeb6a49079d4a7c17868cb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a65666572736f6e2d6c736f757a612f697369706173732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeferson-lsouza/isipass)[![Total Downloads](https://camo.githubusercontent.com/b38887049b0dd95c04dc64a5bef931d885215c11cb1f345554ca70857a9a0da5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a65666572736f6e2d6c736f757a612f697369706173732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeferson-lsouza/isipass)

###### IsiPass Library

[](#isipass-library)

IsiPass Library is a set of classes developed for password creation and verification. IsiPass Library é um conjunto de classes desenvolvidas para a criação e verificação de senhas.

### Highlights

[](#highlights)

- Simple installation (Instalação simples)
- Easy structuring and application (Fácil estruturação e aplicação)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

Installation
------------

[](#installation)

Uploader is available via Composer:

```
"JefersonLSouza/IsiPass": "^1.0"
```

or run

```
composer require JefersonLSouza/IsiPass
```

Documentation
-------------

[](#documentation)

###### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

Para mais detalhes sobre como usar, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. Ele funciona assim: ``

#### Create Password (Call): To create an encrypted password, just follow the example below:

[](#create-password-call-to-create-an-encrypted-password-just-follow-the-example-below)

```
