Laravel APP_KEY
Description
General
- Documentation: https://laravel.com/docs/12.x/encryption
- Summary: The Laravel encryption services provides a simple interface for encrypting and decrypting data, and requires using a key. If one were to have this key, they would be able to execute arbitrary code on the server.
Revoke the secret
To revoke the key, a new secret needs to be generated. All sessions or cookies signed with the key will be invalided.
Details for Laravel APP_KEY
-
Family: token
-
Category: other
-
High recall: False
-
Validity check available: False
-
Analyzer available: False
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 144.6
-
Prefixed: False
Details for Laravel APP_KEY with APP_URL
-
Family: token
-
Category: other
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Minimum number of matches: 2
-
Occurrences found for one million commits: 144.6
-
Prefixed: False