On Wed, Jun 04, 2014 at 12:44:01PM +0200, FRIGN wrote: > Looking at it from the programmer's side: Implementing /etc/shadow > brings more complexity to the program. Avoiding complexity is one goal > to set, thus avoiding /etc/shadow is a good way to simplify things.
The implementation turned out to be simple enough. Factoring out the routines in util/ should make the code more readable.
