Crates.io | bitcheck |
lib.rs | bitcheck |
version | 0.2.8 |
source | src |
created_at | 2017-11-03 02:12:42.214311 |
updated_at | 2018-06-06 19:10:44.094363 |
description | A simple script to perform md5 and sha1 hash check on ArchLabs Images. |
homepage | https://archlabslinux.com/ |
repository | https://gitlab.com/AvnSgt/bitcheck |
max_upload_size | |
id | 37870 |
size | 16,764 |
What is bitcheck?
Why
How
//Windows Command Line
C:\Users\username>cargo install bitcheck
//Linux Terminal
username@example.home>cargo install bitcheck
//the script will install to ~/.cargo/bin
export PATH=$PATH:$HOME/.cargo/bin
Note: The script will crawl your home directory tree looking for the ArchLabs images.
Running Bitcheck
// In a terminal or the command line for Windows, not PowerShell. Only after bitcheck has been installed using cargo
// Linux Terminal
username@example.home>bitcheck
archlabs-2018-03.iso
"/home/<username>/Downloads/archlabs-2018-03.iso"
SHA1: 68209a4efbc005b56611f15c90cfa287bad6cb2a
TEST: 68209a4efbc005b56611f15c90cfa287bad6cb2a
SHA1 Check: PASS
MD5 : 8a17ea07ecb0381bfbacd66f4dea783c
TEST: 8a17ea07ecb0381bfbacd66f4dea783c
MD5 Check: PASS
//Windows Command Line
C:\Users\username>bitcheck
archlabs-2018-03.iso
"C:\\Users\\username\\Downloads\\archlabs-2018-03.iso"
SHA1: 68209a4efbc005b56611f15c90cfa287bad6cb2a
TEST: 68209a4efbc005b56611f15c90cfa287bad6cb2a
SHA1 Check: PASS
MD5 : 8a17ea07ecb0381bfbacd66f4dea783c
TEST: 8a17ea07ecb0381bfbacd66f4dea783c
MD5 Check: PASS
Important Note If the one or both of the above is not present, after the location of the image. The image you have is CORRUPT! Do not use it, as it could have been tampered with.
Note: .torrent files should be removed before checking the iso.
bitcheck , is only intended for use with ArchLabs.
bitcheck is an evolving project, and the current code is under going a major overhaul. Because of this, the direction of the project is bound to change.