hash-generator-laravel maintained by avto-dev
Last update
2026/04/19 11:38
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2026/04/18 20:56
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0 || ~13.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0 || ~13.0
- illuminate/config ~10.0 || ~11.0 || ~12.0 || ~13.0
Last update
2026/04/15 02:25
License
Require
- ext-openssl *
- php ^8.2
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2026/03/31 10:45
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2026/03/17 18:46
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2026/02/06 06:33
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/12/12 05:06
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/11/21 01:40
License
Require
- ext-openssl *
- php ^8.2
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/11/20 18:49
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/07/03 09:50
License
Require
- ext-openssl *
- php ^8.2
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/07/03 05:12
License
Require
- ext-openssl *
- php ^8.2
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2025/07/03 05:12
License
Require
- php ^8.2
- ext-openssl *
- illuminate/log ~10.0 || ~11.0 || ~12.0
- illuminate/config ~10.0 || ~11.0 || ~12.0
- illuminate/contracts ~10.0 || ~11.0 || ~12.0
Last update
2024/05/14 14:40
License
Require
- php ^8.1
- ext-openssl *
- illuminate/log ~10.0 || ~11.0
- illuminate/config ~10.0 || ~11.0
- illuminate/contracts ~10.0 || ~11.0
Last update
2023/11/07 13:52
License
Require
- php >=8.0.2
- ext-openssl *
- illuminate/log ~9.0 || ~10.0
- illuminate/config ~9.0 || ~10.0
- illuminate/contracts ~9.0 || ~10.0
Last update
2023/02/14 13:36
License
Require
- php >=8.0
- ext-openssl *
- illuminate/log ~9.0
- illuminate/config ~9.0
- illuminate/contracts ~9.0
Last update
2023/02/14 12:59
License
Require
- php >=8.0
- ext-openssl *
- illuminate/log ~9.0
- illuminate/config ~9.0
- illuminate/contracts ~9.0
Last update
2022/12/21 12:32
License
Require
- php >=8.0
- ext-openssl *
- illuminate/log ~8.0 || ~9.0
- illuminate/config ~8.0 || ~9.0
- illuminate/contracts ~8.0 || ~9.0
Last update
2022/10/10 13:39
License
Require
- php >=8.0
- ext-openssl *
- illuminate/log ~8.0 || ~9.0
- illuminate/config ~8.0 || ~9.0
- illuminate/contracts ~8.0 || ~9.0
Last update
2022/10/10 13:31
License
Require
- php >=8.0
- ext-openssl *
- illuminate/log ~8.0 || ~9.0
- illuminate/config ~8.0 || ~9.0
- illuminate/contracts ~8.0 || ~9.0
Reversible Hash Generator for Laravel
Install
Require this package with composer using the following command:
$ composer require avto-dev/hash-generator-laravel "^1.0"
Installed
composeris required (how to install composer).
You need to fix the major version of package.
Setup
После установки пакета вам необходимо произвести его настройку в файле config/hash-generator.php:
<?php
return [
'cipher_algo' => 'aes-128-cfb',
'passphrase' => 'pass_phrase', // Случайную строку
'options' => 0,
];
Где
cipher_algo- алгоритм шифрованияpassphrase- фраза для получения хэшаoptions- одно из значенийOPENSSL_RAW_DATA,OPENSSL_ZERO_PADDING.
Использование
Testing
For package testing we use phpunit framework and docker with compose plugin as develop environment. So, just write into your terminal after repository cloning:
$ make build
$ make latest # or 'make lowest'
$ make test
Changes log
Changes log can be found here.
Support
If you will find any package errors, please, make an issue in current repository.
License
This is open-sourced software licensed under the MIT License.