Download List

프로젝트 설명

Inspired by dd5sum, ddsum includes the following features: support for md5, sha1, sha224, sha256, sha384 and sha512 (plus any additional digests provided by OpenSSL); the ability to read source data and write it out while computing a message digest; the ability to compute multiple message digests with one pass of the source data; and the ability to verify that a message digest matches the data you have.

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.

2011-03-02 19:17
8

Ctrl - C를 다루기가 개선되었습니다. 사소한 행동이 닫는 파일에 관한 정리.
Tags: Stable, Minor
Handling of Ctrl-C was improved. Minor cleanups related to closing files were done.

2011-02-26 09:18
v7

이것은 코드 중복을 제거하는 중요한 정리이다. 를 - h 옵션이 제거되었고 - 에이치로 바뀝니다. 또한, - 안돼 - 데이터 또는 - N - devnull도 변경되었습니다. 당신은 또한 사용하는 특정 체크섬을 강제 때하려면 openssl에서 제공하는 해시를 확인 때 유용합니다 체크 모드 인치
Tags: Major, Stable
This is a major cleanup to remove code duplication. The -H option was removed and replaced with -h. In addition, --devnull was changed to either --no-data or -n. You can also force a specific checksum to use when in check mode, which is useful when you are checking hashes provided by OpenSSL.

2011-02-24 01:16
6

체크 모드를 하나의 패스에서 여러 해시를 계산하는 기능이 추가되었습니다.
Tags: Stable, Major
A check mode and the ability to compute multiple hashes in one pass were added.

2011-02-17 15:13
5

"-"는 이제 출력 파일로 허용됩니다. 가능한 (파이썬 2.7) 경우에는 알고리즘의 목록이 표시됩니다. "- devnull"는하는 옵션이 없습니다 출력 데이터로 추가된 대신 해시를 인쇄할 수 있습니다.
Tags: Stable, Minor
"-" is now allowed as the output file. A list of algorithms is shown if possible (Python 2.7). "--devnull" was added as an option to not output the data and instead just print the hash.

Project Resources