The encryption app that we are using seems to generate the same output for the same input. That is bad right? I'm not smart enough to understand the scheme being used though.
The header of each encrypted file has a string called "hexIdentifier" which is apparently how the app stores the password (hash?) for the encrypted files generated by the app. If we use the same password for different files, then the same HexIdentifier string is used. Does that mean that the password is stored in the file in a trivial fashion that would be easy to re
App is here: http://www.koingosw.com/products/dataguardian.php