Library for identifying different hashes
More...
A simple usage example:
import 'package:hash_identifier/hash_identifier.dart'; main() { var prototypes = getDefaultPrototypes(); var candidates = Identify("abcd", prototypes); print(candidates); }
Dart port of hashId
avtobiografia.com
Repository (GitHub)View/report issues
unknown (license)
Packages that depend on hash_identifier
Back