An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![](./.github/banner.png)


SIDTool, A cross-platforms tool to work with Security Identifiers (SID) formats.


Build and Release
GitHub release (latest by date)

YouTube Channel Subscribers


## 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.1

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.