{"id":37021838,"url":"https://github.com/pgpainless/sop-java","last_synced_at":"2026-01-14T02:35:51.754Z","repository":{"id":37004518,"uuid":"446835664","full_name":"pgpainless/sop-java","owner":"pgpainless","description":"Stateless OpenPGP Protocol API and CLI for Java","archived":false,"fork":false,"pushed_at":"2026-01-12T13:04:43.000Z","size":1372,"stargazers_count":16,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T19:25:41.264Z","etag":null,"topics":["cli","openpgp","sop","stateless-openpgp"],"latest_commit_sha":null,"homepage":"","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/pgpainless.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2022-01-11T13:38:50.000Z","updated_at":"2026-01-12T13:04:46.000Z","dependencies_parsed_at":"2023-11-22T17:30:01.047Z","dependency_job_id":"812cdd22-b9b0-4646-8e5c-09e99aae7073","html_url":"https://github.com/pgpainless/sop-java","commit_stats":{"total_commits":191,"total_committers":1,"mean_commits":191.0,"dds":0.0,"last_synced_commit":"f37354d2685c5fe010fb46a5a7ea4bcd0005ce84"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/pgpainless/sop-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgpainless%2Fsop-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgpainless%2Fsop-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgpainless%2Fsop-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgpainless%2Fsop-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgpainless","download_url":"https://codeload.github.com/pgpainless/sop-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgpainless%2Fsop-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","openpgp","sop","stateless-openpgp"],"created_at":"2026-01-14T02:35:51.075Z","updated_at":"2026-01-14T02:35:51.747Z","avatar_url":"https://github.com/pgpainless.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2021 Paul Schaub \u003cvanitasvitae@fsfe.org\u003e\n\nSPDX-License-Identifier: Apache-2.0\n--\u003e\n\n# SOP for Java\n\n[![status-badge](https://ci.codeberg.org/api/badges/PGPainless/sop-java/status.svg)](https://ci.codeberg.org/PGPainless/sop-java)\n[![Spec Revision: 15](https://img.shields.io/badge/Spec%20Revision-15-blue)](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/15/)\n[![Coverage Status](https://coveralls.io/repos/github/pgpainless/sop-java/badge.svg?branch=main)](https://coveralls.io/github/pgpainless/sop-java?branch=main)\n[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/sop-java)](https://api.reuse.software/info/github.com/pgpainless/sop-java)\n\nThe [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) specification\ndefines a generic stateless CLI for dealing with OpenPGP messages.\nIts goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/sop-java.svg)](https://repology.org/project/pgpainless/versions)\n[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/sop-java)](https://search.maven.org/artifact/org.pgpainless/sop-java)\n\n## Modules\n\nThe repository contains the following modules:\n\n* [sop-java](/sop-java) defines a set of Java interfaces describing the Stateless OpenPGP Protocol.\n* [sop-java-picocli](/sop-java-picocli) contains a wrapper application that transforms the `sop-java` API into a command line application\ncompatible with the SOP-CLI specification.\n* [external-sop](/external-sop) contains an API implementation that can be used to forward API calls to a SOP executable,\nallowing to delegate the implementation logic to an arbitrary SOP CLI implementation.\n* [sop-java-testfixtures](/sop-java-testfixtures) contains a test suite that can be shared by downstream implementations\n  of `sop-java`.\n* [sop-java-json-gson](/sop-java-json-gson) contains an optional module for parsing JSON objects from verification strings using GSON.\n\n## Known Implementations\n(Please expand!)\n\n| Project                                                                             | Description                                                                              |\n|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| [pgpainless-sop](https://github.com/pgpainless/pgpainless/tree/main/pgpainless-sop) | Implementation of `sop-java` using PGPainless                                            |\n| [external-sop](https://github.com/pgpainless/sop-java/tree/main/external-sop)       | Implementation of `sop-java` that allows binding to external SOP binaries such as `sqop` |\n| [bcsop](https://codeberg.org/PGPainless/bc-sop)                                     | Implementation of `sop-java` using vanilla Bouncy Castle                                 |\n\n### Implementations in other languages\n| Project                                           | Language |\n|---------------------------------------------------|----------|\n| [sop-rs](https://sequoia-pgp.gitlab.io/sop-rs/)   | Rust     |\n| [SOP for python](https://pypi.org/project/sop/)   | Python   |\n| [rpgpie-sop](https://crates.io/crates/rpgpie-sop) | Rust     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgpainless%2Fsop-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgpainless%2Fsop-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgpainless%2Fsop-java/lists"}