{"id":23315372,"url":"https://github.com/lexndru/unlocker-desktop","last_synced_at":"2025-04-07T03:27:10.781Z","repository":{"id":144407609,"uuid":"148558881","full_name":"lexndru/unlocker-desktop","owner":"lexndru","description":"Keepsake Desktop is a GUI frontend for Unlocker","archived":false,"fork":false,"pushed_at":"2018-09-29T18:11:28.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T08:17:40.182Z","etag":null,"topics":["credentials","gui","passwordless","python","unlocker"],"latest_commit_sha":null,"homepage":"","language":"Python","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/lexndru.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-13T00:29:02.000Z","updated_at":"2018-09-29T18:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"dea4945a-e6f1-415f-9da9-a91d21169dd2","html_url":"https://github.com/lexndru/unlocker-desktop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexndru%2Funlocker-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexndru%2Funlocker-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexndru%2Funlocker-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexndru%2Funlocker-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexndru","download_url":"https://codeload.github.com/lexndru/unlocker-desktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247585914,"owners_count":20962424,"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","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":["credentials","gui","passwordless","python","unlocker"],"created_at":"2024-12-20T15:34:19.835Z","updated_at":"2025-04-07T03:27:10.750Z","avatar_url":"https://github.com/lexndru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keepsake\n[![Build Status](https://travis-ci.org/lexndru/unlocker-desktop.svg?branch=master)](https://travis-ci.org/lexndru/unlocker-desktop)\n\nKeepsake Desktop is a credentials manager with support for various protocols such as SSH, MySQL, Redis, Mongo, PostgreSQL. It's a GUI frontend for Unlocker, therefore it requires Unlocker to be installed and all helper scripts to be deployed on the current machine. Keepsake has implemented core functionalities of unlocker, such as passwordless connections, encryption, appending, updating, removing, listing and migrating secrets.\n\n![Desktop](https://raw.githubusercontent.com/lexndru/unlocker-desktop/master/resources/screenshot.png)\n\n## OS compatibility\nThis software is not fully compatible with all operating systems. Currently it offers support for Debian/Ubuntu and it may work on other Linux distros, although it has not been properly tested. Please feel free to contribute by submitting a pull request. Thank you!\n\n## System requirements\n- cPython \u003e= 2.7.12\n- pip \u003e= 9.0.2\n- unlocker \u003e= 2.2.0\n- wxPython \u003e= 3.0.2\n\n## Install and launch\n```\n$ make install\n$ keepsake\n```\n\n## Install troubleshooting\nDuring the software development process it was used an older version of wxPython, which by that time was not released to PyPI. If the application fails to proper install on your system, please try to install wxgtk3.0 dependency first.\n```\n$ apt-get install libgtk3.0-cil-dev python-wxgtk3.0\n```\n\n## About Unlocker\nUnlocker is a keychain and a CLI credentials manager. Useful when you use a terminal often than GUI applications for remote connections (e.g. databases, SSH, rsync). It can store passwords and private keys. It comes with additional helper shells to encrypt your secrets and quick connect to servers passwordless.  https://github.com/lexndru/unlocker\n\n## Features\n- Passwordless connections for saved servers and supported protocols;\n- Support plain passwords and private keys;\n- Support connection bounces through SSH tunneling;\n- Support custom naming for servers;\n- List all known servers with detailed view (name, signature, bounce, port, protocol, hostname, IP address, username);\n- Search through all known servers by name, signature, protocol, hostname, port and username;\n- Add and remove credentials for various protocols (you can add any protocol, but not all protocols have support for passwordless connection);\n- Update password or private key for a saved server;\n- Update jump server (used to bounce) for a saved server;\n- Validates user input on add/remove/edit;\n- Copy to clipboard password or private key;\n- Copy to clipboard entire or partial server properties;\n- Export all or selected servers to \\*.unl files;\n- Import servers from \\*.unl files;\n- Encrypt and decrypt storage (requires GPG);\n- Choose different terminals and shells from application preferences.\n\n## Assets\nThe application uses icons under a GNU Lesser General Public License from http://www.iconarchive.com/artist/oxygen-icons.org.html\n\n## Next steps\n- [ ] Bind keys for application\n- [ ] Port to wxPython 4.x\n- [ ] Support MacOS\n\n## License\nCopyright 2018 Alexandru Catrina\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexndru%2Funlocker-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexndru%2Funlocker-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexndru%2Funlocker-desktop/lists"}