A cross-platform tool to work with Security Identifiers (SID) formats.
- Convert SID to and from formats:
- Parses SID in
hex
,bytes
andstring
formats - Outputs to
hex
,bytes
andstring
formats.
- Parses SID in
$ ./SIDTool-linux-amd64 --help
SIDTool - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.2
Usage: SIDTool --value <string> [--to-hex] [--to-bytes] [--to-string]
-v, --value <string> Input value to be converted.
Conversion Options:
-x, --to-hex Convert the input value to hexadecimal. (default: false)
-b, --to-bytes Convert the input value to bytes. (default: false)
-s, --to-string Convert the input value to string. (default: false)
Pull requests are welcome. Feel free to open an issue if you want to add other features.
- @p0dalirius for the creation of the SIDTool project before transferring it to TheManticoreProject.