Coder Social home page Coder Social logo

bluepositive / milva Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samuel-lucas6/milva

0.0 0.0 0.0 126 KB

A simple, cross-platform command line tool for hashing files.

Home Page: https://samuellucas.com/Milva

License: GNU General Public License v3.0

C# 100.00%

milva's Introduction

License: GPL v3

Milva

A simple, cross-platform command line tool for hashing files and text.

milva

Usage

Usage: milva [options] <inputs>

Arguments:
  inputs        specify files/directories or text

Options:
  --shake256    use SHAKE256
  --shake128    use SHAKE128
  --sha3512     use SHA3-512
  --sha3384     use SHA3-384
  --sha3256     use SHA3-256
  --blake3      use BLAKE3-256
  --blake2b512  use BLAKE2b-512
  --blake2b256  use BLAKE2b-256
  --sha512      use SHA512
  --sha384      use SHA384
  --sha256      use SHA256
  --sha1        use SHA1
  --md5         use MD5
  -t|--text     specify text instead of files/directories
  -a|--about    view the program version and license
  -h|--help     show help information

Examples:
  --sha256 [file]
  --sha256 --text [text]

When specifying file names/paths or text containing spaces, you must surround them with "speech marks":

$ milva --sha256 "GitHub Logo.png"
$ milva --sha256 "C:\Users\samuel-lucas6\Pictures\GitHub Logo.png"

Running Milva

On Windows via the Command Prompt:

$ cd "[download path]"
$ milva -h

On Linux and macOS via the terminal:

$ cd "[download path]"
$ chmod +x milva
$ ./milva -h

milva's People

Contributors

samuel-lucas6 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.