Skip to content

Commit ca05aad

Browse files
committed
Improve README
1 parent 6e05cc3 commit ca05aad

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
# Mr. Hash <img src="https://ci.appveyor.com/api/projects/status/t7q9r8489kdkpfnr?svg=true&passingText=Build%20OK&pendingText=Building...&failingText=Build%20Failed" /><img src="/res/icon.png" width="40px" height="40px" align="right" />
1+
# Mr. Hash [![Build Status](https://ci.appveyor.com/api/projects/status/t7q9r8489kdkpfnr?svg=true&passingText=Build%20OK&pendingText=Building...&failingText=Build%20Failed")](https://ci.appveyor.com/project/rikyoz/mrhash)<img src="/res/icon.png" width="40px" height="40px" align="right" />
22

3-
Mr. Hash is a cross-platform tool for calculating the hashes of files and plain texts.
3+
**Mr. Hash** is a cross-platform tool for calculating the hashes of files and plain texts.
44

55
[![](http://img.shields.io/badge/version-v0.3.1-blue.png?style=flat)](https://github.com/rikyoz/mrhash/releases/latest)
6-
![](https://img.shields.io/badge/platform-Windows%20|%20Linux%20|%20Mac-red.png?style=flat)
6+
![](https://img.shields.io/badge/platform-Windows%20|%20Linux%20|%20Mac%20OS%20X-red.png?style=flat)
77
![](http://img.shields.io/badge/architecture-x86%20|%20x64-yellow.png?style=flat)
88
[![](http://img.shields.io/badge/license-GNU%20GPL%20v2-lightgrey.png?style=flat)](/LICENSE)
99

10+
## Features
11+
+ Supports hashing of **files** and **plain text**
12+
+ Calculates the most used **hashing algorithms**, such as **MD5**, **SHA1** and [**many others**](#supported-algorithms)
13+
+ Supports **CRC16**, **CRC32** and **CRC64** checksum algorithms
14+
+ Simple and easy-to-use GUI
15+
+ Cross platform: it runs on **Windows**, **Linux** and **Mac OS X**
16+
1017
## Screenshots
1118
<p align="center">
12-
<img src="https://raw.github.com/rikyoz/mrhash/screenshots/doc/img/screenshot0-v0.3.png" /><br/>
13-
<img src="https://raw.github.com/rikyoz/mrhash/screenshots/doc/img/screenshot1-v0.3.png" />
19+
<img src="https://raw.github.com/rikyoz/mrhash/screenshots/doc/img/v0.3/screenshot0.png" /><br/>
20+
<img src="https://raw.github.com/rikyoz/mrhash/screenshots/doc/img/v0.3/screenshot1.png" />
1421
</p>
1522

1623
## Supported Algorithms
@@ -20,8 +27,23 @@ Mr. Hash is a cross-platform tool for calculating the hashes of files and plain
2027
+ SHA-224, SHA-256, SHA-384, SHA-512
2128
+ SHA3-224, SHA3-256, SHA3-384, SHA3-512
2229
+ Tiger
23-
+ HAVAL
24-
+ RIPEMD
30+
+ HAVAL-128, HAVAL-160, HAVAL-192, HAVAL-224, HAVAL-256
31+
+ RIPEMD-160
2532
+ CRC16
2633
+ CRC32
27-
+ CRC64
34+
+ CRC64
35+
36+
## License (GPL v2)
37+
This program is free software; you can redistribute it and/or modify
38+
it under the terms of the GNU General Public License as published by
39+
the Free Software Foundation; either version 2 of the License, or
40+
(at your option) any later version.
41+
42+
This program is distributed in the hope that it will be useful,
43+
but WITHOUT ANY WARRANTY; without even the implied warranty of
44+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45+
GNU General Public License for more details.
46+
47+
You should have received a copy of the GNU General Public License along
48+
with this program; if not, write to the Free Software Foundation, Inc.,
49+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

0 commit comments

Comments
 (0)