{"id":36703950,"url":"https://github.com/dataliquid/password-utility-suite","last_synced_at":"2026-01-12T11:40:52.788Z","repository":{"id":328795085,"uuid":"1111457480","full_name":"dataliquid/password-utility-suite","owner":"dataliquid","description":"Password Utility Suite - Java Swing application for encrypting sensitive values in configuration files","archived":false,"fork":false,"pushed_at":"2025-12-31T20:59:32.000Z","size":843,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-01-11T02:55:49.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataliquid.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-07T01:06:06.000Z","updated_at":"2025-12-23T17:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dataliquid/password-utility-suite","commit_stats":null,"previous_names":["dataliquid/password-utility-suite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dataliquid/password-utility-suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataliquid%2Fpassword-utility-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataliquid%2Fpassword-utility-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataliquid%2Fpassword-utility-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataliquid%2Fpassword-utility-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataliquid","download_url":"https://codeload.github.com/dataliquid/password-utility-suite/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataliquid%2Fpassword-utility-suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-12T11:40:52.072Z","updated_at":"2026-01-12T11:40:52.783Z","avatar_url":"https://github.com/dataliquid.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Password Utility Suite\n\nimage:https://github.com/dataliquid/password-utility-suite/actions/workflows/ci.yml/badge.svg[CI Build,link=https://github.com/dataliquid/password-utility-suite/actions/workflows/ci.yml]\nimage:https://img.shields.io/maven-central/v/com.dataliquid/password-utility-suite.svg[Maven Central,link=https://search.maven.org/artifact/com.dataliquid/password-utility-suite]\n\nA Java Swing application for encrypting and decrypting sensitive values in YAML and Properties configuration files. Manage secrets across multiple environments (development, staging, production) with environment-specific master passwords and support for various encryption algorithms.\n\nimage::docs/images/showcase.gif[Showcase Demo,width=800]\n\n== Features\n\n* **Multiple Environments**: Configure separate environments (dev, staging, prod) with individual master passwords\n* **Visual Editor**: Swing-based GUI with syntax highlighting and tree-view for configuration structure\n* **In-Place Encryption**: Encrypt/decrypt values directly in the editor\n* **Format Support**: YAML and Properties files\n* **Multiple Algorithms**: AES-256-GCM (default), AES-256-CBC, MuleSoft-compatible formats, Blowfish\n* **Modern UI**: FlatLaf Look \u0026 Feel for a clean, modern interface\n\n== Technical Stack\n\n* **Java**: 17+\n* **Build Tool**: Maven\n* **GUI Framework**: Java Swing with https://www.formdev.com/flatlaf/[FlatLaf] Look \u0026 Feel\n* **YAML Parser**: https://bitbucket.org/snakeyaml/snakeyaml[SnakeYAML]\n* **Encryption**: Java Cryptography Architecture (JCA)\n* **Testing**: JUnit 5, AssertJ, Mockito, AssertJ Swing\n\n== Quick Start\n\n=== Prerequisites\n\n* Java 17 or higher\n* Maven 3.6.0 or higher\n\n=== Build and Run\n\n[source,bash]\n----\n# Clone the repository\ngit clone https://github.com/dataliquid/password-utility-suite.git\ncd password-utility-suite\n\n# Build the project\nmvn clean install\n\n# Run the application\nmvn exec:java -Prun\n\n# Build fat JAR\nmvn package -Pfat-jar\n\n# Run the fat JAR\njava -jar target/password-utility-suite-1.0.0-SNAPSHOT.jar\n----\n\n=== First Steps\n\n1. Start the application\n2. Press `Ctrl+E` to open the Environments dialog\n3. Create a new environment with a master password\n4. Open or create a YAML/Properties file\n5. Select values in the tree view and click \"Encrypt\" or \"Decrypt\"\n\n== Supported Encryption Algorithms\n\n[cols=\"1,2,1\"]\n|===\n|Algorithm |Description |Default\n\n|AES-256-GCM\n|AES with Galois/Counter Mode - authenticated encryption\n|✓\n\n|AES-256-CBC\n|AES with Cipher Block Chaining mode\n|\n\n|MuleSoft AES-CBC\n|MuleSoft-compatible AES-CBC format\n|\n\n|MuleSoft AES-CBC (Password IV)\n|MuleSoft format with password-derived IV\n|\n\n|Blowfish\n|Blowfish encryption algorithm\n|\n|===\n\n== Format Support\n\n* **YAML**: Full support for nested structures, lists, and complex configurations\n* **Properties**: Standard Java properties files\n\nEncrypted values are marked with configurable prefixes/suffixes (default: `ENC[...]` or `SEC[...]`)\n\n== Documentation\n\n* link:docs/USER_GUIDE.adoc[User Guide] - Complete usage documentation\n* link:CONTRIBUTING.adoc[Contributing Guide] - How to contribute to the project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataliquid%2Fpassword-utility-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataliquid%2Fpassword-utility-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataliquid%2Fpassword-utility-suite/lists"}