Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowkluster/unseen
A modern go cli tool for hashing and analysing the type of hash
https://github.com/snowkluster/unseen
analyzer cli cryptography golang hashing modern
Last synced: 3 days ago
JSON representation
A modern go cli tool for hashing and analysing the type of hash
- Host: GitHub
- URL: https://github.com/snowkluster/unseen
- Owner: snowkluster
- License: gpl-2.0
- Created: 2023-07-29T13:05:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T12:14:48.000Z (over 1 year ago)
- Last Synced: 2023-09-05T03:34:16.239Z (about 1 year ago)
- Topics: analyzer, cli, cryptography, golang, hashing, modern
- Language: Go
- Homepage: https://pkg.go.dev/github.com/snowkluster/unseen
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
██╗░░░██╗███╗░░██╗░██████╗███████╗███████╗███╗░░██╗
██║░░░██║████╗░██║██╔════╝██╔════╝██╔════╝████╗░██║
██║░░░██║██╔██╗██║╚█████╗░█████╗░░█████╗░░██╔██╗██║
██║░░░██║██║╚████║░╚═══██╗██╔══╝░░██╔══╝░░██║╚████║
╚██████╔╝██║░╚███║██████╔╝███████╗███████╗██║░╚███║
░╚═════╝░╚═╝░░╚══╝╚═════╝░╚══════╝╚══════╝╚═╝░░╚══╝
[![Go Reference](https://pkg.go.dev/badge/github.com/snowkluster/unseen.svg)](https://pkg.go.dev/github.com/snowkluster/unseen)# unseen
A modern go cli tool for hashing and analysing the type of hash# Installation
## On windows
- run `go install github.com/snowkluster/unseen@latest`
## On linux
- make sure you have your `GOBIN` setup in your path
- firstly find out your `$GOPATH` by running `go env GOPATH`
- then paste the output of the above command {$GOPATH} into the command below
- finally addexport PATH=${PATH}:{$GOPATH}/bin
to your `.bashrc` or `.profile`
- this should allow you to use `unseen` on linux