https://github.com/themanticoreproject/sidtool
A cross-platform tool to work with Security Identifiers (SID) formats.
https://github.com/themanticoreproject/sidtool
converter parse security-identifier sid windows
Last synced: 11 months ago
JSON representation
A cross-platform tool to work with Security Identifiers (SID) formats.
- Host: GitHub
- URL: https://github.com/themanticoreproject/sidtool
- Owner: TheManticoreProject
- Created: 2024-10-28T16:54:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T21:13:07.000Z (about 1 year ago)
- Last Synced: 2025-07-21T19:17:50.994Z (12 months ago)
- Topics: converter, parse, security-identifier, sid, windows
- Language: Go
- Homepage: https://podalirius.net/
- Size: 572 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

A cross-platform tool to work with Security Identifiers (SID) formats.
## Features
- [ ] Convert SID to and from formats:
- [x] Parses SID in `hex`, `bytes` and `string` formats
- [x] Outputs to `hex`, `bytes` and `string` formats.
## Usage
```
$ ./SIDTool-linux-amd64 --help
SIDTool - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.2
Usage: SIDTool --value [--to-hex] [--to-bytes] [--to-string]
-v, --value 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)
```
## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.
## Credits
- [@p0dalirius](https://github.com/p0dalirius) for the creation of the [SIDTool](https://github.com/p0dalirius/SIDTool) project before transferring it to TheManticoreProject.