{"id":23289877,"url":"https://github.com/biscgit/rustword_manager","last_synced_at":"2025-07-14T00:38:56.682Z","repository":{"id":218278196,"uuid":"721571215","full_name":"Biscgit/rustword_manager","owner":"Biscgit","description":"A Rust based Password Manager with a TUI based on SQLCipher and Ratatui","archived":false,"fork":false,"pushed_at":"2024-01-29T11:26:53.000Z","size":218,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T14:11:34.689Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Biscgit.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}},"created_at":"2023-11-21T10:38:36.000Z","updated_at":"2024-12-01T23:15:45.000Z","dependencies_parsed_at":"2024-01-20T22:43:42.179Z","dependency_job_id":null,"html_url":"https://github.com/Biscgit/rustword_manager","commit_stats":null,"previous_names":["biscgit/rustword_manager"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Biscgit/rustword_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biscgit%2Frustword_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biscgit%2Frustword_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biscgit%2Frustword_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biscgit%2Frustword_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Biscgit","download_url":"https://codeload.github.com/Biscgit/rustword_manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biscgit%2Frustword_manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228242,"owners_count":23731068,"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":[],"created_at":"2024-12-20T04:19:46.086Z","updated_at":"2025-07-14T00:38:56.654Z","avatar_url":"https://github.com/Biscgit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/logo.png\" alt=\"logo\"/\u003e\n\n# This is the Rustword-Manager\n\na password-safe coded entirely in Rust! It is work in progress but contains the most important features as of now:\n- Setting up a master-password for the whole database\n- Creation and deletion of Username-Password Entries and SSH-keypairs\n- Selecting inputs and copying inputs to clipboard without showing them as plaintext\n\n## HOW TO INSTALL\n\nTo use the RustwortManager, you will need to have SQLCipher installed (https://www.zetetic.net/sqlcipher/). This program uses the Community-version. \nIf this is not deployed as an executable, you will also need to install the Rust compiler (https://www.rust-lang.org/tools/install) and git (https://git-scm.com/downloads).\n\nNow, with all requirements installed:\n\n1. Open the terminal (cmd on Windows) and move to the directoy/folder you want to install the program in.\n2. Install our software using by typing `git clone https://github.com/Biscgit/rustword_manager.git`.\n3. Run with `cargo run --release`\n\n## HOW TO USE\n\nYou can run the source code via\n    `cargo run --bin rustword_manager --release`\nthrough the terminal. The `--release` part is optional but without that, the login into the database will take significantly longer.\nUpon running the program for the first time, you will need to enter a master-password fulfilling the following minimum requirements:\n- One uppercase letter\n- One lowercase letter\n- One digit\n- One special character\n- Ten characters long\nA value that shows the an approximation for the strength of your password is also presented.\n! IMPORTANT ! Pressing TAB in this screen will show your currently entered password! Use with caution!\n\nUsing TAB you can switch between the list of current entries and a creation prompt. As of right now, you can create Username-Password entries, SSH-keypair entries with an associated website and bank-account details (for European banks only).\n\nOn the New Entry screen, you can navigate through the template options. Using right-arrow, you can select a template.\nPress TAB to hide/unhide an input.\nPress down-arrow or up-arrow to move across input fields. Pressing ENTER also moves you down by one field.\nPress ENTER when hovering over \"Insert\" to create the entry.\nPress ESC to leave the creation mask.\n\nOn the Credentials screen, press up-arrow/down-arrow to move across created entries. You can use the filter-textbar at the bottom as a filter.\nPress right-arrow to select an entry and left-arrow to move back to the entry-selection.\nPress up-arrow or down-arrow to move through a currently selected entry.\nPress C to copy an entry to your clipboard.\nPress ENTER twice while hovering over the \"Delete Entry\" button to delete the currently selected entry.\n\n## SECURITY IMPLEMENTATIONS\n\nThe database is encrypted while on the hard-drive. The decryption key is passed to SQLCipher via key-derivation using Argon2 and a salt-value generated from SQLCipher. SQLCipher decryptes the database with its own derived key from the input using PBKDF2.\nDuring runtime, all entries are encrypted using AES-256-GCM until they are used. We use the key derived from Argon2.\nThe key itself is encrypted in the RAM using Rust's shielded package. It is inaccessible for an outside attacker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiscgit%2Frustword_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiscgit%2Frustword_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiscgit%2Frustword_manager/lists"}