From bddebbe3cbe028ab57ed3ecaf1291f0334d55289 Mon Sep 17 00:00:00 2001 From: David Almeida Date: Wed, 6 May 2026 15:22:17 -0500 Subject: [PATCH 1/2] Add sealed-env to Configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..db636dd3 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ _Libraries that provide external configuration._ - [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin. - [microconfig](https://microconfig.io) - Configuration system designed for microservices which helps to separate configuration from code. The configuration for different services can have common and specific parts and can be dynamically distributed. - [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. +- [sealed-env](https://github.com/davidalmeidac/sealed-env) - Cross-stack (Java + Node.js) library for encrypted .env files at rest, with optional TOTP-bound unsealing for production deploys. Spring Boot Starter included. Public threat model. ### Constraint Satisfaction Problem Solver From 8a08d3c3343e32b87f0518f81bb6fab00f9e5d86 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 21 Jun 2026 15:18:14 +0400 Subject: [PATCH 2/2] fix: update sealed-env description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c292c87..8753f9bd 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ _Libraries that provide external configuration._ - [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin. - [microconfig](https://microconfig.io) - Configuration system designed for microservices which helps to separate configuration from code. The configuration for different services can have common and specific parts and can be dynamically distributed. - [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. -- [sealed-env](https://github.com/davidalmeidac/sealed-env) - Cross-stack (Java + Node.js) library for encrypted .env files at rest, with optional TOTP-bound unsealing for production deploys. Spring Boot Starter included. Public threat model. +- [sealed-env](https://github.com/davidalmeidac/sealed-env) - Encrypts environment files with a shared Node.js and Java/Spring Boot format plus optional TOTP unsealing. ### Constraint Satisfaction Problem Solver