{"id":16851361,"url":"https://github.com/marcelbuesing/mgpg","last_synced_at":"2025-07-23T20:04:50.265Z","repository":{"id":57638396,"uuid":"218626108","full_name":"marcelbuesing/mgpg","owner":"marcelbuesing","description":"A mattermost client for conveniently encrypting messages ","archived":false,"fork":false,"pushed_at":"2019-11-03T22:14:01.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T10:43:21.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelbuesing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-30T21:02:29.000Z","updated_at":"2019-11-03T22:14:03.000Z","dependencies_parsed_at":"2022-09-16T04:31:28.660Z","dependency_job_id":null,"html_url":"https://github.com/marcelbuesing/mgpg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/marcelbuesing/mgpg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelbuesing%2Fmgpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelbuesing%2Fmgpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelbuesing%2Fmgpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelbuesing%2Fmgpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelbuesing","download_url":"https://codeload.github.com/marcelbuesing/mgpg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelbuesing%2Fmgpg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738699,"owners_count":23976450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-10-13T13:27:56.634Z","updated_at":"2025-07-23T20:04:50.245Z","avatar_url":"https://github.com/marcelbuesing.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003e📦✨  mgpg\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eMattermost Crypto Client\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/marcelbuesing/mgpg/actions?query=workflow%3ACI\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/marcelbuesing/mgpg/workflows/CI/badge.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/mgpg\"\u003e\u003cimg alt=\"crates.io\" src=\"https://meritbadge.herokuapp.com/mgpg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/mgpg\"\u003e\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/l/mgpg/0.1.0\"/\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n  \u003ch3\u003e\n    \u003ca href=\"https://docs.rs/mgpg\"\u003eDocs\u003c/a\u003e\n  \u003c/h3\u003e\n\n  \u003csub\u003eBuilt with 🦀\u003c/sub\u003e\n\u003c/div\u003e\n\n# About\n\nA mattermost client for conveniently encrypting messages using GnuPG via [GPGME](https://gnupg.org/software/gpgme/index.html).\n\n# Setup\n\nInstall from source:\n```\ncargo install mgpg\n```\n\nWhen running mgpg for the first time you'll be guided through a setup process.\nYour Mattermost password will be securely stored in your \"keyring\".\nOther configuration values are stored in \"~./config/mgpg\" in plain format.\n\nTo rerun the setup process, replacing all previous values, run `mgpg --reinit`.\n\n# Usage\nMake sure GPG is aware of the recipient's public key by importing the key.\nYou can verify that the public key has been imported via `gpg --fingerprint recipient@mail.com` or alternatively, check the output of `gpg --list-keys`.\n\nEncrypt message using the public key of the recipient and send it as a direct message to the recipient:\n```\necho \"In God we trust. The rest we monitor.\" | mgpg --to edward.lyle@mail.com\n```\n\nIn addition to encrypting messages you may also sign them, before sending them:\n```\necho \"It's a brave new world out there.\" | mgpg --sign --to robert.dean@mail.com\n```\n\nPass message as parameter:\n```\nmgpg --sign --to edward.lyle@mail.com -- \"In God we trust. The rest we monitor.\"\n```\n\n# Help\n\n```\nmgpg --help\nmgpg 0.1.0\n\nUSAGE:\n    mgpg [FLAGS] [OPTIONS] [--] [message]\n\nFLAGS:\n    -h, --help       Prints help information\n        --reinit\n    -s, --sign\n    -V, --version    Prints version information\n\nOPTIONS:\n    -t, --to \u003cto\u003e...\n\nARGS:\n    \u003cmessage\u003e\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelbuesing%2Fmgpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelbuesing%2Fmgpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelbuesing%2Fmgpg/lists"}