Download List

Descripción del Proyecto

phalanx computes a digest of many buffers simultaneously, and produces a combined hash of them all. It is an initiative to provide a fast, simple, and portable alternative method to compute a checksum in a parallel fashion. It has options for I/O buffer size, hash width, number of threads, and more. It can be run single-threadedly for performance comparisons. It can check files against previously-saved sums, like "MD5sum" does. It also has a "demo" mode, to ascertain accurate operation. It is intended to be useful on large files and multicore/multiprocessor/multithreaded environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-07-27 11:58
0.4.57 Stable

Esta versión trae muchas mejoras: un "menos fuerte" método de hash (pero más rápido), un "benchmark"-como el informe en formato CSV con encabezado opcional, una solución para el argumento de línea de comandos del archivo del registro global, mejora la detección de CPU en Linux y Cygwin y aún más grande (~ 1GiB) 'demostración' pruebas.
Tags: faster hash benchmakr report CSV fix global log file cpu detection GiB demo test
This release brings many improvements: a "less strong" (but faster) hash method, a "benchmark"-like report in CSV format with optional header, a fix for global log file command-line argument, improved CPU detection on Linux and Cygwin, and even bigger (~1GiB) 'demo' tests.

2012-07-24 16:02
0.4.29 Stable

Esta versión implementa reconocimiento de anchura de hash utilizando el nombre del archivo ejecutable (por ejemplo, ' pha256sum') y tiene una página actualizada Man (1).
This version implements hash width recognition using the executable file name (e.g. 'pha256sum'), and has an updated man(1) page.

2012-07-22 08:13
0.4.17 Stable

Esta versión implementa el hash de la entrada estándar y añade una página Man adecuada (1).
This release implements hashing from standard input and adds a proper man(1) page.

2012-07-21 07:12
0.4.17

A partir de esta versión, PHA está listo para la producción en todos los sistemas operativos y plataformas probadas. Esta versión con éxito implementa la spice-piscina para el método de hash más fuerte y tiene una solución para el puerto de IA64.
Tags: ia64 fix strong hash stable production ready
Starting with this version, PHA is ready for production on all tested platforms and operating systems. This version successfully implements the spice-pool for the stronger hash method, and has a fix for the IA64 port.

2012-07-19 22:44
0.3.94 stable

El '--Compruebe ' opción fue fijado en x 86.
The '--check' option was fixed on x86.

Project Resources