identyhash 0.1.0

A CLI tool to identify hash types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "identyhash"
version = "0.1.0"
authors = ["Trix Cyrus"]
edition = "2021"
description = "A CLI tool to identify hash types."
license = "MIT"
repository = "https://github.com/TrixSec/identyhash"
readme = "README.md"
keywords = ["hash", "identify", "hashes"]
categories = ["cryptography"]

[dependencies]