BWTC32Key is a file compressor with encryption and Base32768 binary-to-text output, and its files use a .B3K file extension. I'm using BWT (in a matter better than either BZip family compressor), as well as AES256-CTR (to avoid padding), and Base32768 is used for output to attain great efficiency. The program is useful for many other purposes than just file compression.