{"id":16617558,"url":"https://github.com/ddworken/recoverablesecretgenerator","last_synced_at":"2025-09-27T09:31:19.658Z","repository":{"id":22088244,"uuid":"25417915","full_name":"ddworken/recoverableSecretGenerator","owner":"ddworken","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-19T14:58:50.000Z","size":328,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T01:06:19.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddworken.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":"2014-10-19T04:35:58.000Z","updated_at":"2024-10-24T13:23:56.000Z","dependencies_parsed_at":"2022-08-05T15:18:02.661Z","dependency_job_id":null,"html_url":"https://github.com/ddworken/recoverableSecretGenerator","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/ddworken%2FrecoverableSecretGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2FrecoverableSecretGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2FrecoverableSecretGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2FrecoverableSecretGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddworken","download_url":"https://codeload.github.com/ddworken/recoverableSecretGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234421303,"owners_count":18830171,"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-10-12T02:17:06.591Z","updated_at":"2025-09-27T09:31:19.355Z","avatar_url":"https://github.com/ddworken.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Error Correcting Secret Generator\n===========\nGenerate random passwords with an included checksum/parity word. Passwords will be generated to give X bits of entropy. Passwords are made to be easily stored in human memory. This is done through using the PGP word list (specially chosen distinct words), allowing incorrect ordering of words, allowing authentication when up to one word is missing, and using Levenshtein distance matching to correct incorrect words. \n\nThis program was inspired by Microsoft's research paper on the topic of [Reliable Storage of 56-bit Secrets in Humany Memory](http://research.microsoft.com/pubs/220380/SecretsInHumanMemory_Extended.pdf). This program improves on the work done in this paper by allowing for a variety of common errors in human memory to occur. \n\n###Usage\n\nBasic usage to generate a random word password with 56 bits of entropy and a checksum: \n\n```python passwordGen.py --bits 56```\n\nIf you want to verify a password's checksum: \n\n```python passwordGen.py --verify True --password \"Your password made of phrases with no trailing or leading spaces\" --checksum \"checksum\"```\n\nIf the above is used with an incorrect password, then the word will automatically be recovered for the user. \n\n###Installation\n\n    sudo apt-get install python-dev libssl-dev\n    git clone https://github.com/ddworken/recoverableSecretGenerator.git\n    cd recoverableSecretGenerator\n    sudo pip -r requirements.txt\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddworken%2Frecoverablesecretgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddworken%2Frecoverablesecretgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddworken%2Frecoverablesecretgenerator/lists"}