https://github.com/p0dalirius/sidtool
SIDTool, A cross-platforms tool to work with Security Identifiers (SID) formats.
https://github.com/p0dalirius/sidtool
converter parse security-identifier sid windows
Last synced: 5 months ago
JSON representation
SIDTool, A cross-platforms tool to work with Security Identifiers (SID) formats.
- Host: GitHub
- URL: https://github.com/p0dalirius/sidtool
- Owner: p0dalirius
- Created: 2024-10-28T16:54:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:43:36.000Z (7 months ago)
- Last Synced: 2024-12-24T18:44:36.024Z (5 months ago)
- Topics: converter, parse, security-identifier, sid, windows
- Language: Go
- Homepage: https://podalirius.net/
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

SIDTool, A cross-platforms 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) - v1.1Usage: 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.