https://github.com/moul/anonuuid
:wrench: Anonymize UUIDs outputs (written in Golang)
https://github.com/moul/anonuuid
anonymous cli privacy tool uuid
Last synced: 2 months ago
JSON representation
:wrench: Anonymize UUIDs outputs (written in Golang)
- Host: GitHub
- URL: https://github.com/moul/anonuuid
- Owner: moul
- License: apache-2.0
- Created: 2015-07-28T13:14:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T13:13:58.000Z (3 months ago)
- Last Synced: 2025-03-30T00:09:27.775Z (3 months ago)
- Topics: anonymous, cli, privacy, tool, uuid
- Language: Go
- Homepage: https://manfred.life/anonuuid
- Size: 1.35 MB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# anonuuid
:wrench: anonymize UUIDs

[](https://circleci.com/gh/moul/anonuuid)
[](https://godoc.org/moul.io/anonuuid)
[](https://github.com/moul/anonuuid/blob/master/LICENSE)
[](https://github.com/moul/anonuuid/releases)
[](https://goreportcard.com/report/moul.io/anonuuid)
[](https://www.codefactor.io/repository/github/moul/anonuuid)
[](https://codecov.io/gh/moul/anonuuid)
[](https://microbadger.com/images/moul/anonuuid)
[](https://sourcegraph.com/github.com/moul/anonuuid?badge)
[](https://manfred.life/)**anonuuid** anonymize an input string by replacing all UUIDs by an anonymized
new one.The fake UUIDs are cached, so if `anonuuid` encounter the same real UUIDs multiple
times, the translation will be the same.## Usage
```console
$ anonuuid --help
NAME:
anonuuid - Anonymize UUIDs outputsUSAGE:
anonuuid [global options] command [command options] [arguments...]VERSION:
1.0.0-devAUTHOR(S):
Manfred TouronCOMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--hexspeak Generate hexspeak style fake UUIDs
--random, -r Generate random fake UUIDs
--keep-beginning Keep first part of the UUID unchanged
--keep-end Keep last part of the UUID unchanged
--prefix, -p Prefix generated UUIDs
--suffix Suffix generated UUIDs
--help, -h show help
--version, -v print the version
```## Example
Replace all UUIDs and cache the correspondance.
```command
$ anonuuid git:(master) ✗ cat <