{"id":17687920,"url":"https://github.com/pixincreate/white-password","last_synced_at":"2025-03-30T21:22:31.849Z","repository":{"id":135873499,"uuid":"309577091","full_name":"pixincreate/white-password","owner":"pixincreate","description":"A simple approach to Secure Password Input for Python3","archived":false,"fork":false,"pushed_at":"2022-05-28T13:32:54.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T00:39:28.304Z","etag":null,"topics":["getpass","python","python3","secure-coding","secure-password","secure-passwords","white-password"],"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/pixincreate.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":"2020-11-03T04:51:02.000Z","updated_at":"2023-07-29T13:21:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5243168-a6d6-490b-8252-9ff01b715ccd","html_url":"https://github.com/pixincreate/white-password","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/pixincreate%2Fwhite-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fwhite-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fwhite-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fwhite-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixincreate","download_url":"https://codeload.github.com/pixincreate/white-password/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246380339,"owners_count":20767841,"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":["getpass","python","python3","secure-coding","secure-password","secure-passwords","white-password"],"created_at":"2024-10-24T11:23:42.828Z","updated_at":"2025-03-30T21:22:31.815Z","avatar_url":"https://github.com/pixincreate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# White-Password  \nA simple approach to Secure Password Input in python.  \n\n## Why white-password?  \nNo-human in this world wish to get their Passwords to get leaked out.\nPython script that you write will **not** know that you're entering a **password** until and unless you use **_[white-password](https://github.com/pixincreate/white-password/blob/main/white-password.py)_** which hides\nthe user input in a much more secure way.\nNo-one will ever know how long your password is either as you see an empty line with a blank space.  \n\n## Usage:  \n- Copy and paste the entire method / function in your code.\n- Equate and Call the function with a subscript. (keyword `prompt` is mandatory!)\n\n#### Example of usage:  \n```\ndef white_password(prompt):      # Check src(white-password.py)\n    ...\n    ...\n    return ...\n\nUSERNAME = input(\"User Name : \")      # A simple user input\nPASSWORD = white_password(prompt=\"Password  : \")      # Calling the white_password(). You can write what ever you wish inside the double quotes.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fwhite-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixincreate%2Fwhite-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fwhite-password/lists"}