Changelog:
- Integrate padding into the cli (428)
- Add padding to ensure that plaintexts of different lengths can be handled (427)
- include more specific error message
- Add support for a decryption endpoint where keys can be delivered to students (421)
- Better error messages in decryption (425)
- add method allowing you to find the keys in a document (424)
- move check outside the context of an opened file context (423)
- Refactor tests (422)
- Update display timedelta
- add warning about submission deadline being near (420)
- Add basic encryption support to ok (419)
- Colorful error messages (400)
- Use base 32 instead of base 64 so that the keys are easier to copy (418)
- Use pyaes instead of encryption, since it is more portable (417)
- school agnostic prompt (414)
- Add encryption module to be used for the ok-exam tool (416)
- Try to fix output encoding issue on Windows (415)
- Ignore empty __init__.py when constructing test map (413)
- Implement scheme normalization differently from python normalization (394)
- Allow for multiple sources, separated by commas (409)