you can't really call the current wrs format encrypted. it looks more like a crude custom packing algorithm with some simple tricks like a substitution cipher for filenames. there also are those bit fields which tell if the following characters are used as-is or if they are offset/length pairs. you don't really have to be a cryptographer to figure it out.

why not simply use password protected zip files instead? would it be much slower?