Encryption: Difference between revisions
From FreeMind
Jump to navigationJump to search
(→Links) |
No edit summary |
||
Line 1: | Line 1: | ||
In FreeMind, the whole map or single branches may be encrypted. An encrypted branch has a padlock icon. | In FreeMind, the whole map or single branches may be encrypted. An encrypted branch has a padlock icon. | ||
==Encryption algorithm== | |||
The encryption algorith used in FreeMind is ''Triple DES'' or ''DES'', depending on JRE version[TODO]. Both are symmetric encryption algorithms built in Java. For details, search for "PBEWithMD5AndTripleDES". | The encryption algorith used in FreeMind is ''Triple DES'' or ''DES'', depending on JRE version[TODO]. Both are symmetric encryption algorithms built in Java. For details, search for "PBEWithMD5AndTripleDES". |
Revision as of 06:59, 22 August 2007
In FreeMind, the whole map or single branches may be encrypted. An encrypted branch has a padlock icon.
Encryption algorithm
The encryption algorith used in FreeMind is Triple DES or DES, depending on JRE version[TODO]. Both are symmetric encryption algorithms built in Java. For details, search for "PBEWithMD5AndTripleDES".
Links
- Triple DES at Wikipedia
- DES - Data Encryption Standard at Wikipedia
Implementation
- Cipher - Java API
- JavaTM Cryptography Extension (JCE) - Reference Guide