var fDesc=new Array(); fDesc[0] = "Enigma Coding Software - The Ultimate File Encoder >>> Create and use your own personalized, yet very secure, encoding script!

WARNING 1: BETA BUILD! Preview release only for testing purpose; do not use it for any other purpose!
WARNING 2: BETA BUILD! Encoded files and keys MAY NOT BE compatible with earlier versions! Disregard for this warning could result in corrupt data!

+ v0.5.1 (Build 672) - BETA BUILD
- EXTREMLY CRITICAL BUG FIXED: On some computers encoding and decoding would result in corrupt data! After very extensive testing that bug is history!
- ADDED FULL PROJECT SUPPORT
* Users can now create, save and load encoding/decoding projects
* Projects support up to 100.000 files for encoding/decoding (no more 5 files limit) --> encode and decode AS MANY FILES as you need!
- ADDED PASSWORD MANAGER
* Use Enigma CS to encode all your passwords making them much more stronger
* When needed you can recreate them just as easily
* Save your passwords (your old one and you new encoded one) and a small description into the Password Manager
* You can view, edit or remove any of the enties from the Password Manager
* For extra security you can encode all Password Manager files and protect them with a master password
- Add/Load options to/from the encoded file features (only in text encoding) have been removed because they generated a huge amount of problems with no important advantage!
- Finally completed the manual! The contents is now up-to-date!
- 11 more hints added (this bring the hints up-to-date with what Enigma CS has to offer)
- Other minor UI tweaks, bug fixes and optimizations"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }