{"id":20285836,"url":"https://github.com/tpkn/manglet","last_synced_at":"2026-05-10T18:10:52.490Z","repository":{"id":74204185,"uuid":"378681247","full_name":"tpkn/manglet","owner":"tpkn","description":"Tool for quick mangle sensitive data in textish files","archived":false,"fork":false,"pushed_at":"2021-07-25T13:08:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T08:12:53.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tpkn.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":"2021-06-20T15:40:38.000Z","updated_at":"2021-07-25T01:40:18.000Z","dependencies_parsed_at":"2023-02-27T06:01:46.885Z","dependency_job_id":null,"html_url":"https://github.com/tpkn/manglet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fmanglet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fmanglet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fmanglet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpkn%2Fmanglet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpkn","download_url":"https://codeload.github.com/tpkn/manglet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780513,"owners_count":20019061,"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-14T14:29:10.482Z","updated_at":"2026-05-10T18:10:52.431Z","avatar_url":"https://github.com/tpkn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manglet\r\nTool for quick mangle sensitive data in textish files\r\n\r\nWhat it does is replace all letters by `x`, all digits by `0` and all symbols except `-,` by `-`. Makes this\r\n```text\r\nUserID,Date,SecretID\r\n1032,2020-02-03,http:fyr.nrk?sv=7_2\r\n6074,2020-08-12,cbfb7c1e-67ba-4430-bc0d-fd672517101d\r\n```\r\n\r\nlooks like that \r\n\r\n```text\r\nUserID,Date,SecretID\r\n0000,0000-00-00,xxxx:xxx.xxx?xx=0_0\r\n0000,0000-00-00,xxxx0x0x-00xx-0000-xx0x-xx000000000x\r\n```\r\n\r\nThere are no other mangle scenarios yet.\r\n\r\nYou also can skip certain rows by specifying their numbers in `-skip` flag.\r\n\r\n\r\n## Usage\r\n\r\n```go\r\nmanglet -i \"input.txt\" -o \"output.txt\" -skip \"1,3,59\"\r\n```\r\n\r\n\r\n## Options\r\n\r\n```text\r\n-i string\r\n   Input file path\r\n-m string\r\n   Mangle groups (default 'ld'):\r\n       l = letters\r\n       d = digits\r\n       s = symbols\r\n-o string\r\n   Output file path. If empty, then input file path with suffix '_manglet' will be used instead\r\n-v bool\r\n   Verbose output (default false)\r\n-skip string\r\n   Rows to skip, separated by commas\r\n```\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpkn%2Fmanglet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpkn%2Fmanglet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpkn%2Fmanglet/lists"}