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.
- Host: GitHub
- URL: https://github.com/omatamix/password
- Owner: omatamix
- License: mit
- Created: 2019-04-18T06:23:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T07:11:29.000Z (over 4 years ago)
- Last Synced: 2025-11-27T16:16:17.248Z (7 months ago)
- Topics: argon, bcrypt, password-hash, pbkdf2, php, secure-by-default
- Language: PHP
- Homepage:
- Size: 407 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Omatamix Password
[](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).