Metadata-Version: 1.0
Name: mkroesti
Version: 0.2
Summary: A hash generator
Home-page: http://www.herzbube.ch/mkroesti
Author: Patrick Näf
Author-email: herzbube@herzbube.ch
License: UNKNOWN
Description: 
        mkroesti is a hash generator written in Python.
        
        mkroesti can be used both as a command line utility and as a web tool. It takes
        an input (e.g. a file, or a password) and generates different kinds of hashes
        from that input. The hashes to generate are selected by naming them on the
        command line.
        
        The vanilla mkroesti package provides no hash algorithm implementations of its
        own, it is merely a front-end to hash algorithms available through modules in
        the Python Standard Library, or through third-party modules. The README file
        gives details about the dependencies of mkroesti.
        
        mkroesti can be extended with new hash algorithms, or new implementations of
        hash algorithms that are already known to mkroesti. See the README file for
        details.
        
Platform: UNKNOWN
