Encrypted Env Viewer for Laravel
Encrypted Env Viewer for Laravel is a Chrome add-on developed by Jordan Welch. It falls under the category of Browsers, specifically Add-ons & Tools. This free software aims to address one of the challenges faced when using Laravel's encrypted .env files - the difficulty of viewing the difference in changes during a pull request review on GitHub.
The add-on provides a "Decrypt" button that allows users to input the base64 key and view a human-readable diff. It is important to note that this extension does not transfer any information to external sources. The decryption process is handled within the browser by the add-on and the decrypted information is directly written to the DOM.
It is worth mentioning that the add-on currently only displays correctly with the GitHub Light theme, as the HTML Diff does not support a dark mode. Additionally, it only supports the default Laravel AES Cipher.