rawilk / laravel-settings

Store Laravel application settings in the database.
https://randallwilk.dev/docs/laravel-settings
MIT License
197 stars 17 forks source link

[Feature]: Hash key generator #68

Closed rawilk closed 1 month ago

rawilk commented 1 month ago

Adds a new HashKeyGenerator, which serves as an alternative to the Md5KeyGenerator. By default, the generator uses the xxh128 hashing algorithm, but that can changed easily by modifying the hash_algorithm config value.