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.
mkroestiis a program written in Python that, given an input, is capable of generating different kinds of cryptographic and other hashes from that input.mkroestitakes its input either interactively from the user, or from any one of the following sources: standard input, the command line, any file. So far,mkroestidoes 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,
mkroestican only be run as a command line utility. One of the next versions will allowmkroestito be run as a web application. There is also a plan for implementing a Mac OS X GUI front end.
