{"id":19007074,"url":"https://github.com/er28-0652/securestring","last_synced_at":"2025-07-26T06:05:09.193Z","repository":{"id":62583349,"uuid":"172347148","full_name":"er28-0652/securestring","owner":"er28-0652","description":"Windows SecureString wrapper written by Python","archived":false,"fork":false,"pushed_at":"2020-10-02T13:08:47.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-25T09:47:27.208Z","etag":null,"topics":["python3","securestring","windows"],"latest_commit_sha":null,"homepage":null,"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/er28-0652.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":"2019-02-24T14:23:58.000Z","updated_at":"2021-08-25T14:10:37.000Z","dependencies_parsed_at":"2022-11-03T21:22:54.502Z","dependency_job_id":null,"html_url":"https://github.com/er28-0652/securestring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/er28-0652/securestring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsecurestring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsecurestring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsecurestring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsecurestring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/er28-0652","download_url":"https://codeload.github.com/er28-0652/securestring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/er28-0652%2Fsecurestring/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266997174,"owners_count":24018934,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python3","securestring","windows"],"created_at":"2024-11-08T18:36:05.168Z","updated_at":"2025-07-26T06:05:09.144Z","avatar_url":"https://github.com/er28-0652.png","language":"Python","readme":"[![Build status](https://ci.appveyor.com/api/projects/status/cxc3lbdi0hjv3x73?svg=true)](https://ci.appveyor.com/project/er28-0652/securestring)  \n\n# securestring\n\nWindows SecureString wrapper written by Python.  \nThis script uses PowerShell as a backend, thus available only in Windows.  \n\n## Install\n```bash\n$ pip install py-securestring\n```\n\n## Usage\n\nuse as module\n\n```python\nfrom securestring import securestring\n\nplain_text = 'tesuya'\n\nenc = securestring.encrypt(plain_text)\n\ndec = securestring.decrypt(enc)\n# tesuya\n```\n\nuse from commandline\n\n```bash\npython -m securestring encrypt tesuya\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fer28-0652%2Fsecurestring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fer28-0652%2Fsecurestring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fer28-0652%2Fsecurestring/lists"}