https://github.com/foxforensics/xc
xc is an experimental terminal chain-of-custody.
https://github.com/foxforensics/xc
chain-of-custody experimental forensics-tool go xc
Last synced: about 1 month ago
JSON representation
xc is an experimental terminal chain-of-custody.
- Host: GitHub
- URL: https://github.com/foxforensics/xc
- Owner: foxforensics
- License: mit
- Created: 2026-05-22T21:26:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T17:28:46.000Z (about 1 month ago)
- Last Synced: 2026-06-11T19:16:51.637Z (about 1 month ago)
- Topics: chain-of-custody, experimental, forensics-tool, go, xc
- Language: Go
- Homepage: https://pkg.go.dev/go.foxforensics.dev/xc
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
NAME
====
**xc** - experimental terminal chain-of-custody
SYNOPSIS
========
```console
$ xc COMMAND ...
```
DESCRIPTION
===========
xc is an experimental terminal chain-of-custody tool. It executes the given command, prints the combined output of STDOUT and STDERR, and hashes this output using the SHA256 hash algorithm. Any input from STDIN will be forwarded to the command. Any occurring error will be returned transparently and the commands exit code will be mirrored.
INSTALLATION
============
```console
$ go install go.foxforensics.eu/xc@latest
```
REFERENCES
==========
- [_Legal Guide for the Forensic Expert_](https://nij.ojp.gov/nij-hosted-online-training-courses/law-101-legal-guide-forensic-expert/pretrial/pretrial-motions/chain-custody) - National Institute of Justice
SEE ALSO
========
[**sha256sum(1)**](https://man7.org/linux/man-pages/man1/sha256sum.1.html)