Everybody stand back
From xkcd
Direct Access Archive, or DAA, is a proprietary file format developed by PowerISO Computing for disk image files. The format supports features such as compression, password protection, and splitting to multiple volumes. Because of its proprietary nature, popular disk image mounting programs currently do not support the mounting of DAA images.
Currently there is no published information about the format. Among mainstream applications, it can be opened or converted with PowerISO and daa2iso. Various free open source packages are also available to convert DAA to ISO images.
poweriso convert file.daa -o file.iso
sudo mount -t iso9660 -o loop file.iso /mnt
# -s sign the file with your key
# -e encrypt the file with a password
# -c encrypt with a symmetric cipher using a passphrase.