{"id":21431640,"url":"https://github.com/tomdoestech/password-manager","last_synced_at":"2025-06-21T22:36:29.984Z","repository":{"id":45675536,"uuid":"497229052","full_name":"TomDoesTech/password-manager","owner":"TomDoesTech","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-23T04:44:41.000Z","size":387,"stargazers_count":14,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-17T06:07:24.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/TomDoesTech.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":"2022-05-28T06:03:26.000Z","updated_at":"2023-10-05T23:53:01.000Z","dependencies_parsed_at":"2022-09-26T18:50:32.362Z","dependency_job_id":null,"html_url":"https://github.com/TomDoesTech/password-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fpassword-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fpassword-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fpassword-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fpassword-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomDoesTech","download_url":"https://codeload.github.com/TomDoesTech/password-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225976215,"owners_count":17554197,"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-11-22T23:10:54.088Z","updated_at":"2024-11-22T23:10:54.586Z","avatar_url":"https://github.com/TomDoesTech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password manager\n\n## What will you learn?\n* Various hashing and encryption strategies\n* How password managers work\n* Basic React.js\n* Basic TypeScript\n\n## Video structure\n1. Application demo\n2. Code walk-through\n3. Server setup\n4. Client setup\n5. User registration\n6. user login\n7. Vault management\n\n## Hashing vs encryption\n* Hashing is one way - Hashed data can not be unhashed, it can simply be hashed again and compared.\n* Encryption is two way - Encrypted data can be decrypted if you know the correct string/ key.\n\n## Algorithms used\n* SHA256 - Predictable password hash\n* Argon2 - Unpredictable password hash for the database\n* pbkdf2 - Generate the vault key\n* AES256 - Encrypt and decrypt the vault\n\n\n## Data flow\n\u003cimg src=\"./diagram.png\" width=\"500px\" /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdoestech%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdoestech%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdoestech%2Fpassword-manager/lists"}