Hi, > The error was that, using Java 1.6 (1.6.0-b105), FreeMind is neither > able to: > 1. decrypt an encrypted node created with FreeMind under Java 1.4/1.5 > 2. encrypt a new node.
I have fixed it, an it was quite surprising. Before Java used a single DES encryption algorithm even if the triple DES was requested. Since 1.5.some version Java uses the triple DES, what makes loading of the new policy files necessary, but it is not compatible with the nodes encrypted by the old JRE Versions. So I just has to replace "PBEWithMD5AndTripleDES" by "PBEWithMD5AndDES". It seems to work with all maps and all JRE Versions now. ;-) Dimitry ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freemind-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemind-developer
