{"id":52808,"library":"mtrmac-gpgme","title":"GPGME","description":"Package gpgme provides a Go wrapper for the GPGME library for GnuPG operations.","status":"active","version":"0.1.2","language":"go","source_language":null,"source_url":"https://github.com/mtrmac/gpgme","tags":["gpg","encryption","cryptography","gnupg"],"install":[{"cmd":"go get github.com/mtrmac/gpgme","lang":"bash","label":"Install github.com/mtrmac/gpgme"}],"dependencies":[],"imports":[{"symbol":"gpgme","correct":"github.com/mtrmac/gpgme"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mtrmac/gpgme\"\n)\n\nfunc main() {\n\tctx, err := gpgme.New()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer ctx.Release()\n\tkeys, err := ctx.ListKeys(gpgme.KeylistModeLocal)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"Found %d keys\\n\", len(keys))\n}","lang":"go","description":"List local GnuPG keys using GPGME."},"warnings":[],"env_vars":null,"search_vec":"'cryptographi':17 'encrypt':16 'gnupg':13,18 'go':6 'gpg':15 'gpgme':1,3,10 'librari':11 'oper':14 'packag':2 'provid':4 'wrapper':7","created_at":"2026-06-15T07:12:31.304183+00:00","updated_at":"2026-06-15T07:12:31.304183+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mtrmac/gpgme","github":"https://github.com/mtrmac/gpgme","docs":"https://pkg.go.dev/github.com/mtrmac/gpgme#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}