Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-17 | make error messages nicer | Gibheer | 1 | -4/+16 | |
This changes the error message so that not the program help is printed but instead the specific submenu help. This should result in much faster and better understanding of the problematic situation. | |||||
2015-02-17 | add public key support | Gibheer | 1 | -1/+1 | |
This adds all options to create and store a public key. | |||||
2015-02-15 | adjust library path | Gibheer | 1 | -1/+1 | |
2015-02-15 | make rsa check boundary | Gibheer | 1 | -1/+7 | |
2015-02-15 | redesign cli | Gibheer | 1 | -0/+168 | |
This is a major rebuilding of the CLI. The library part is split out into pkilib and the cli handles only the communication with the user, I/O and the library. The API will still look the same, but the code should be much better to grasp. Instead of repeating everything, more will be grouped together and reused. |