{"id":27055564,"url":"https://github.com/duesee/hexlify","last_synced_at":"2025-04-05T09:28:05.790Z","repository":{"id":38314282,"uuid":"94361695","full_name":"duesee/hexlify","owner":"duesee","description":"Python's binascii.{un,}hexlify for the command-line.","archived":false,"fork":false,"pushed_at":"2022-06-07T08:20:18.000Z","size":33,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T15:02:13.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duesee.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":"2017-06-14T18:33:44.000Z","updated_at":"2022-10-22T21:38:45.000Z","dependencies_parsed_at":"2022-08-17T17:50:42.152Z","dependency_job_id":null,"html_url":"https://github.com/duesee/hexlify","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duesee%2Fhexlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duesee%2Fhexlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duesee%2Fhexlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duesee%2Fhexlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duesee","download_url":"https://codeload.github.com/duesee/hexlify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247316068,"owners_count":20919197,"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":"2025-04-05T09:28:04.753Z","updated_at":"2025-04-05T09:28:05.772Z","avatar_url":"https://github.com/duesee.png","language":"Rust","readme":"### Hexlify\n\nCommand-line application implementing bytes-to-hexstring conversion and vice-versa.\nWhen called as \"unhexlify\" (e.g. via a symlink), the -d flag is set automatically.\n\nOtherwise, use it as you would use base64.\n\n### Install via AUR (Arch Linux)\n\n```\n$ pacaur -S hexlify-git\n```\n\n### Help\n\n```\nhexlify\n\nPerform bytes-to-hexstring conversion and vice-versa as implemented\nin Python's binascii.{un,}hexlify. Read from stdin if \u003cfile\u003e is \"-\"\nor not specified. Whitespace is ignored during decoding.\n\nUsage:\n  hexlify [options] [\u003cfile\u003e]\n  hexlify (-h | --help)\n  hexlify --version\n\nOptions:\n  -d --decode          Decode stream.\n  -i --ignore-garbage  Ignore non-hex values.\n  -h --help            Show this screen.\n  --version            Show version.\n\n```\n\n### Examples\n\n```\n$ echo \"Hello, World\" | xxd -g1\n00000000: 48 65 6c 6c 6f 2c 20 57 6f 72 6c 64 0a           Hello, World.\n\n$ echo \"Hello, World\" | hexlify\n48656C6C6F2C20576F726C640A\n\n$ echo \"48656C6C6F2C20576F726C640A\" | hexlify -d\nHello, World\n```\n\nCopy-paste works as expected. Paste some hexstring and finish with Ctrl-D.\n\n```\n$ hexlify -d | openssl asn1parse -inform der -i -dump\n3031300d060960864801650304020105000420f292893ea70789183696db72b7c405cc7ea997f94b7002d05f35333a97c23084\n\n    0:d=0  hl=2 l=  49 cons: SEQUENCE\n    2:d=1  hl=2 l=  13 cons:  SEQUENCE\n    4:d=2  hl=2 l=   9 prim:   OBJECT            :sha256\n   15:d=2  hl=2 l=   0 prim:   NULL\n   17:d=1  hl=2 l=  32 prim:  OCTET STRING\n      0000 - f2 92 89 3e a7 07 89 18-36 96 db 72 b7 c4 05 cc   ...\u003e....6..r....\n      0010 - 7e a9 97 f9 4b 70 02 d0-5f 35 33 3a 97 c2 30 84   ~...Kp.._53:..0.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduesee%2Fhexlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduesee%2Fhexlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduesee%2Fhexlify/lists"}