{"id":18605697,"url":"https://github.com/celzero/gotrie","last_synced_at":"2025-04-10T20:31:10.298Z","repository":{"id":57546057,"uuid":"296077529","full_name":"celzero/gotrie","owner":"celzero","description":"A golang reader for a in-house, modified stevehanov's succinct trie implementation (http://stevehanov.ca/blog/?id=120) serialized to uint16 instead of base64.","archived":false,"fork":false,"pushed_at":"2025-03-14T13:01:44.000Z","size":129,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T04:03:45.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bravedns.com/configure","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celzero.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-09-16T15:44:29.000Z","updated_at":"2025-03-14T13:01:48.000Z","dependencies_parsed_at":"2024-02-14T20:36:14.268Z","dependency_job_id":null,"html_url":"https://github.com/celzero/gotrie","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/celzero%2Fgotrie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celzero%2Fgotrie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celzero%2Fgotrie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celzero%2Fgotrie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celzero","download_url":"https://codeload.github.com/celzero/gotrie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290033,"owners_count":21078923,"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-07T02:22:40.220Z","updated_at":"2025-04-10T20:31:10.011Z","avatar_url":"https://github.com/celzero.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotrie\n\n## Build FrozenTrie\n```\n  err,FT := trie.Build(\"./td.txt\",\"./rd.txt\",\"./basicconfig.json\",\"./filetag.json\")\n```  \n## Create URLencoded Base64 string\n```\n  param := []string{\"AMI\",\"CQT\",\"EOK\",\"MTF\"}\t\t\n  \n  usr_flag := FT.CreateUrlEncodedflag(param)         ######   input 3character unique string of blacklist file name\n  \n  fmt.Println(usr_flag)\n  \n  #########  following will be output as URL encoded base64 string\n  \n  6IeA6ICA4oCAxIAE\n```\n  \n##  Unique filename frm User flag\n```\n  fmt.Println(FT.Urlenc_to_flag(\"6IeA6ICA4oCAxIAE\"))      ###### input URLencoded base64 user flag string\n  \n  #########  following will be output as list of string\n  \n  [AMI CQT EOK MTF]\n```  \n  \n## Domain Name lookup in Trie\n```\n  text := \"alltereg0.ru\"\n  \n  usr_flag := \"6IeA6ICA4oCAxIAE\"\n  \n  FT.DNlookup(text,usr_flag)\n  \n  #########  following will be output as (boolean, list of string)\n    \n  true [EOK AMI]\n  \n  text := \"google.com\"\n  \n  usr_flag := \"6IeA6ICA4oCAxIAE\"\n  \n  FT.DNlookup(text,usr_flag)\n  \n  #########  following will be output as (boolean, list of string)\n  \n  false []\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelzero%2Fgotrie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelzero%2Fgotrie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelzero%2Fgotrie/lists"}