Mkroesti
mkroesti 0.3 released
mkroesti 0.2 released
mkroesti 0.1 released
This is the first public release 0.1 of mkroesti
, a small Python learning project of mine. Visit the project web page for details if the following project résumé piques your interest.
mkroesti
is a program written in Python that, given an input, is capable of generating different kinds of cryptographic and other hashes from that input.mkroesti
takes its input either interactively from the user, or from any one of the following sources: standard input, the command line, any file. So far,mkroesti
does not have its own implementation of hash algorithms. Instead, it relies on other Python modules to provide algorithm implementations and merely acts as a front end to those modules.At the moment,
mkroesti
can only be run as a command line utility. One of the next versions will allowmkroesti
to be run as a web application. There is also a plan for implementing a Mac OS X GUI front end.
mkroesti
Version 0.4
mkroesti
is a hash generator written in Python.
mkroesti
can be used both as a command line utility and as a web tool (demo site). 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, or ticking the corresponding checkboxes in the web GUI.