All Projects → cfv-project → cfv

cfv-project / cfv

Licence: GPL-2.0 License
Command-line File Verify

Programming Languages

python
139335 projects - #7 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to cfv

crc
A Pure Rust Implementation of Generic CRC Algorithm
Stars: ✭ 24 (-33.33%)
Mutual labels:  checksum, crc, crc32
RapidCopy
RapidCopy is portable version of FastCopy that runs GNU/Linux with Qt5.
Stars: ✭ 44 (+22.22%)
Mutual labels:  verify, checksum
swift-csv
Fast and memory-efficient CSV library in Swift.
Stars: ✭ 73 (+102.78%)
Mutual labels:  csv
shellsum
A defense tool - detect web shells in local directories via md5sum
Stars: ✭ 30 (-16.67%)
Mutual labels:  md5sum
openmrs-module-initializer
The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
Stars: ✭ 18 (-50%)
Mutual labels:  csv
VerificationCode
简单的滑动验证码JS插件 图片验证码
Stars: ✭ 15 (-58.33%)
Mutual labels:  verify
privtracker
Private BitTorrent tracker generator
Stars: ✭ 84 (+133.33%)
Mutual labels:  torrent
gude
gude - 一个C++编写的DHT爬虫,用于爬取DHT网络上的torrent文件
Stars: ✭ 190 (+427.78%)
Mutual labels:  torrent
verify-service-provider
👑 ☑️ The easiest way to connect to GOV.UK Verify
Stars: ✭ 15 (-58.33%)
Mutual labels:  verify
qcache
In memory cache server with query capabilities
Stars: ✭ 36 (+0%)
Mutual labels:  csv
UNIT3D-INSTALLER
Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
Stars: ✭ 43 (+19.44%)
Mutual labels:  torrent
fingerprint
Fingerprint is a simple tool that can be used to verify the contents of a directory.
Stars: ✭ 71 (+97.22%)
Mutual labels:  checksum
carsBase
База автомобилей с марками и моделями JSON, CSV, XLSX и MySQL
Stars: ✭ 49 (+36.11%)
Mutual labels:  csv
x86-csv
A machine-readable representation of the Intel x86 Instruction Set Reference.
Stars: ✭ 20 (-44.44%)
Mutual labels:  csv
kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (-50%)
Mutual labels:  csv
nexusphp
A private tracker application base on NexusPHP
Stars: ✭ 209 (+480.56%)
Mutual labels:  torrent
go-captcha
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
Stars: ✭ 86 (+138.89%)
Mutual labels:  verify
vat-rates
💸 {Digital,Cloud,Electronic,Online} Services VAT Rate Database
Stars: ✭ 81 (+125%)
Mutual labels:  csv
synology-dlm-rarbg
RarBG search module for Synology Download Manager
Stars: ✭ 73 (+102.78%)
Mutual labels:  torrent
meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (+72.22%)
Mutual labels:  torrent

cfv – Command-line File Verify

cfv is a utility to test and create a wide range of checksum verification files. It currently supports testing and creating sfv, sfvmd5, csv, csv2, csv4, md5, bsdmd5, sha1, sha224, sha256, sha384, sha512, torrent and crc files. Test-only support is available for par, par2.

cfv was originally written by Matthew Mueller (original project home). This is a friendly fork of cfv maintained by David Gnedt.

Build Status Supported Python versions License Latest PyPI version Number of PyPI downloads

Requirements

Python ≥ 2.7 – older versions might work, but are unsupported. Python 3 is not supported yet, see issue #8.

Optional

Install

You can get the latest releases via the Python Package Index (PyPI) or from the Github releases page. Other distribution ways are work-in-progress, see issue #4.

From PyPI

If you have a working Python installation with pip, you can follow these installation steps:

  1. pip install cfv
  2. read man page man cfv or read usage cfv -h and have fun ☺️

From Source

Download a snapshot from the Github releases page or checkout the development version via Git.

  1. python setup.py install
  2. read man page man cfv or read usage cfv -h and have fun ☺️
  3. optional: run tests to verify correct operation: cd test; ./test.py

Contributions

Contributions are welcome, just open a pull request ☺️

Copying

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].