An open API service indexing awesome lists of open source software.

https://github.com/omatamix/password

Secure your passwords.
https://github.com/omatamix/password

argon bcrypt password-hash pbkdf2 php secure-by-default

Last synced: 5 months ago
JSON representation

Secure your passwords.

Awesome Lists containing this project

README

          

# Omatamix Password

[![Continuous Integration](https://github.com/omatamix/password/actions/workflows/php.yml/badge.svg)](https://github.com/omatamix/password/actions/workflows/php.yml)

## Installation

The best way to install this package is through composer. If you do not have composer installed you can install it directly from the [composer website](https://getcomposer.org/). After composer is successfully installed run the command line code below.

```sh
composer require omatamix/password
```

## Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Nicholas via [omatamix@gmail.com](mailto:omatamix@gmail.com). All security vulnerabilities will be promptly addressed.

## Contributing

All contributions are welcome! If you wish to contribute.

## License

This project is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).