hash-checker / hash-checker-2

Fast and simple application that allows you to generate and compare hashes from files and text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Checker 2

About application

Fast and simple application that allows you to generate and compare hashes from files and text.

Why this app exists when we have Hash Checker?

Because original Hash Checker app sometimes is hard to maintain and second app can build for many popular platforms from one code base. Flutter framework is fast and stable, so it is a good choice for cross-platform solutions like this. Original app is still maintaining and will not be archived in near future.

Stack

Component Plugin Motivation
State manager MobX Because it is simple, reactive, and easy to use. BLoC is very complex to small apps like this.
Navigation AutoRoute Because it has code generation structure and easy to use.
DI Provider Because it is simple to configure and more comfortable than GetIt.

Algorithms

Name Since version Status
MD5 1.0.0 Supporting
SHA-1 1.0.0 Supporting
SHA-224 1.0.0 Supporting
SHA-256 1.0.0 Supporting
SHA-384 1.0.0 Supporting
SHA-512 1.0.0 Supporting
SHA-512/224 1.0.0 Supporting
SHA-512/256 1.0.0 Supporting

Languages

Name Since version Status
English 1.0.0 Translated

Screenshots

Android

Light


Dark


iOS

Soon.

How to use

Articles

Name Language
How to calculate the hash of a file or create custom Hash on Android English

Privacy Policy

Feedback

If you have any question or feature idea for app, you can open issue on this page or contact me by email jaman.smlnsk@gmail.com.

How to contribute

Before commit, read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ flutter analyze

Contributors

Name Link to GitHub Account Notes
Artem Fomchenkov fartem

About

Fast and simple application that allows you to generate and compare hashes from files and text

License:Creative Commons Zero v1.0 Universal


Languages

Language:Dart 98.2%Language:Swift 1.0%Language:Makefile 0.4%Language:Kotlin 0.3%Language:Objective-C 0.1%