{"id":21022432,"url":"https://github.com/rvflash/safe","last_synced_at":"2026-02-27T17:39:54.966Z","repository":{"id":57590497,"uuid":"149117677","full_name":"rvflash/safe","owner":"rvflash","description":"One place to protect them all.","archived":false,"fork":false,"pushed_at":"2023-01-04T16:03:12.000Z","size":9792,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T08:36:50.422Z","etag":null,"topics":["golang","gtk3","password-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rvflash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-17T11:53:10.000Z","updated_at":"2023-01-16T11:36:22.000Z","dependencies_parsed_at":"2023-02-02T18:17:22.054Z","dependency_job_id":null,"html_url":"https://github.com/rvflash/safe","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rvflash/safe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fsafe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fsafe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fsafe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fsafe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvflash","download_url":"https://codeload.github.com/rvflash/safe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fsafe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007315,"owners_count":26084280,"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-10-11T02:00:06.511Z","response_time":55,"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":["golang","gtk3","password-manager"],"created_at":"2024-11-19T11:11:58.102Z","updated_at":"2025-10-11T13:15:03.661Z","avatar_url":"https://github.com/rvflash.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Safe\n\n[![GoDoc](https://godoc.org/github.com/rvflash/safe?status.svg)](https://godoc.org/github.com/rvflash/safe)\n[![Build Status](https://img.shields.io/travis/rvflash/safe.svg)](https://travis-ci.org/rvflash/safe)\n[![Code Coverage](https://img.shields.io/codecov/c/github/rvflash/safe.svg)](http://codecov.io/github/rvflash/safe?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/safe)](https://goreportcard.com/report/github.com/rvflash/safe)\n\nSafe is a tool to store all yours passwords in a local encrypted storage.\n\nThe owner uses a passphrase to sign in (sha256 hash).\nThis passphrase combined with a salt given on the application's launching is used to generate a HMAC hash.\nThis hash will be used to sign all the data with AES encryption.\n![Application GTK3](https://raw.githubusercontent.com/rvflash/safe/master/doc/app.png)\n\n## Installation\n\nSafe uses the Go Modules coming from the 1.11 version of the language and GTK+3 as GUI.\n\nSince the version 0.2.0, Safe is not anymore a web application but a application powered by GTK+3.\nThanks to the [gotk3](https://github.com/gotk3/gotk3)'s project for the bindings.\n\nSee the [installation instructions](https://github.com/gotk3/gotk3/wiki#installation) regarding our OS before going to the next step.\n\nFinally, build and launch it:\n\n```bash\n$ git clone https://github.com/rvflash/safe.git\n$ cd safe/cmd/safe\n$ GO111MODULE=on go build\n$ ./safe -salt=\"whatever-you-want-as-salt\"\n```\n\n### Features\n\n- [x] Local storage using boltDB.\n- [x] ~~Web view based on local version of Bootstrap v4.1.3 (only CSS) and Vue.js v2.5.17.~~\n- [x] Migrate the Vue.js application to a GTK+3 GUI in order to not use a web browser (avoids HTTP, unsafe extension, etc.).\n- [ ] Historic of password's modifications.\n- [ ] Notification center with alerts on outdated or low strength password.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fsafe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvflash%2Fsafe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fsafe/lists"}