- Jun 22, 2015
-
-
ulif authored
The new real dice random source now works on a very plain level.
-
- Jun 21, 2015
-
-
ulif authored
-
- Jun 20, 2015
- Jun 03, 2015
- May 29, 2015
-
-
ulif authored
The new option is not active yet.
-
ulif authored
-
ulif authored
The sources can be registered (as entry_points) in some arbitrary module available at runtime. We register some modules ourselves, 'system' for starters. Yet we do not make use of the registered sources in main(). This will be the next step.
-
ulif authored
Based on suggestions of @drebs we now start to support different sources of randomness. We start with one source, the default, which will be the standard libs `random.SystemRandom` source we used anyway. But from now on this source if put into a separate class, tested and all that, which will be registered as an entry point. Yet we do not register or work with the registered sources. This will come next.
-
- May 28, 2015
-
-
ulif authored
-
ulif authored
The former default ``1`` prevented differed from handle_options() default (``0``). We are back at 100% test coverage now.
-
ulif authored
We now use an `argparser` options instance for get_passphrase instead of a bunch of single args. This makes the main function `get_passphrase` less readable (you do not see immediately what options are really expected), but avoids misleading defaults. We now use the defaults set in argparser options, i.e. from `handle_options()` as single source of defaults.
-
- Apr 09, 2015
-
-
ulif authored
-
- Apr 07, 2015
-
-
ulif authored
-
- Apr 03, 2015
- Apr 01, 2015
-
-
ulif authored
-
- Mar 30, 2015
- Mar 27, 2015
- Mar 26, 2015
-
-
ulif authored
-
- Mar 25, 2015
- Mar 24, 2015
-
-
ulif authored
-
- Mar 23, 2015
- Feb 04, 2015
-
-
ulif authored
-