Encryption: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
Line 7: Line 7:
* [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
===Implementation===
* [http://java.sun.com/j2se/1.4.2/docs/api/javax/crypto/Cipher.html Cipher] - Java API
* [http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html JavaTM Cryptography Extension (JCE)]  - Reference Guide

Revision as of 06:56, 22 August 2007

In FreeMind, the whole map or single branches may be encrypted. An encrypted branch has a padlock icon.

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

Implementation