rawilk / laravel-settings

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

[Feature]: Hash key generator #68

Closed rawilk closed 3 weeks ago

rawilk commented 3 weeks 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.