Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 add export PATH=${PATH}:{$GOPATH}/bin to your `.bashrc` or `.profile`
- this should allow you to use `unseen` on linux