2 repository-uri
Encrypts the value of a sensitive environment variable so it can be stored safely without exposing the plaintext secret.
Distinct from Environment Variable Security: Distinct from Environment Variable Security: focuses on encrypting individual variable values, not general isolation strategies.
Explore 2 awesome GitHub repositories matching security & cryptography · Environment Variable Encryptors. Refine with filters or upvote what's useful.
Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting
Provides a command to encrypt sensitive environment variable values for safe storage.
Thunder Client is a REST API client extension for VS Code that functions as an HTTP request manager, testing tool, and mocking workspace. It allows users to send requests, organize them into collections, and manage API configurations directly within the editor. The project distinguishes itself through a command-line interface for executing automated test suites in CI/CD pipelines and a Git-based synchronization system for sharing request collections and environment configurations across teams. It also incorporates artificial intelligence to automate the conversion of API scripts during migrat
Stores environment variable values in an encrypted format to prevent sensitive data from being exposed.