* check if the received cipher mode is known (forward compatibility)
* implemented CFB + switched to it because Debian currently does not include CTR mode * use CFB by default (decoder should still be able to decompress CTR if support is compiled in)
+ added API for universal module