Encryption: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
(→Links) |
||
Line 9: | Line 9: | ||
* [http://en.wikipedia.org/wiki/Triple_DES Triple DES] at Wikipedia | * [http://en.wikipedia.org/wiki/Triple_DES Triple DES] at Wikipedia | ||
* [http://en.wikipedia.org/wiki/Data_Encryption_Standard DES - Data Encryption Standard] at Wikipedia | * [http://en.wikipedia.org/wiki/Data_Encryption_Standard DES - Data Encryption Standard] at Wikipedia | ||
* [http://en.wikipedia.org/wiki/Symmetric-key_algorithm Symmetric-key algorithm] at Wikipedia | |||
===Implementation=== | ===Implementation=== |
Revision as of 07:02, 22 August 2007
In FreeMind, the whole map or single branches may be encrypted. An encrypted branch has a padlock icon. Encryption is available since FreeMind 0.8.0.
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
- Symmetric-key algorithm at Wikipedia
Implementation
- Cipher - Java API
- JavaTM Cryptography Extension (JCE) - Reference Guide