> Is there an updated version of aesphm that works with 5.0? I'm working on it right now, but only because I need it for backwards compatibility. Some of the design choices in AES PHM are unfortunate, and solving them would require reworking the format. (Placement of padding at the beginning and IV seed at the end - requires processing of a whole message at a time, very much unpractical for large messages.)
Wei - whatever happened to the idea of a generalized PKCS-compliant encryptor/decryptor that you once mentioned you had in the works? Looking at default.h/.cpp, it seems like they've remained pretty much the same? > Alternatively how do I implement Put2 and the other pure virtual > functions to make it work. With difficulty. :) I expect to have it done, perhaps, tomorrow. Mail me privately if interested.
