Git Product home page Git Product logo

lc-verify's Introduction

LC-verif
--------------------------------------------------------------------------------
This is a simple C# program to verify the SHA256 hashes to stuff you download
from the internet. There are many like it, but this one is mine.

How to use old CLI version (v1.0):
1. Download from releases tab
2. Add its directory to your PATH environment variable
3. Type: lc-verify <file/dir> <path of file or directory>
4. Profit???

How to use new GUI version (v2.0):
1. Download from releases tab
2. Execute
3. Type in the path to a file or directory you want the hash(es) of
4. Click verify
5. Profit???

How to build:
1. Download .NET (or use the integrated one where the powershell is too on windows)
2. Download git
3. Add the directory with the compiler to $PATH or %PATH% (depending on what your OS is)
4. Open a terminal in the directory where you cloned the code into
   (clone this repo by typing this command into a terminal window:
    git clone https://github.com/LibreCoder951/lc-verify.git)
5. Type this command: cd lc-verify
6. Then this one: csc *.cs /out:LC-verify(.exe (if you're on windows))
7. Ignore all warnings that the compiler gives you, and use the program.

I might add more hash types in the future. For now SHA256 should be enough.

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.