Timeline for convert a hex string to binary and send with netcat
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 27, 2021 at 18:19 | history | edited | Matthias Braun | CC BY-SA 4.0 | add link, fix spelling |
| May 30, 2019 at 10:08 | comment | added | Avio | Thanks! Works great also for checking Firefox dictionaries digests in manifest! md5sum ../it/manifest.json | awk '{print $1}' | xxd -r -p | hd | |
| May 10, 2016 at 19:38 | comment | added | nathancahill | Works great for Postgres's bytea hex format once the leading \x is striped off. | |
| Jul 14, 2013 at 16:49 | vote | accept | Chris Snow | ||
| Jul 12, 2013 at 11:33 | history | edited | Chris Snow | CC BY-SA 3.0 | added 1 characters in body |
| Jul 12, 2013 at 11:25 | history | edited | Chris Snow | CC BY-SA 3.0 | added 176 characters in body |
| Jul 10, 2013 at 22:05 | history | answered | Chris Snow | CC BY-SA 3.0 |