var fDesc=new Array(); fDesc[0] = "AES File Encrypt by PNaCl sandbox. So safely. Encrypt mode is CBC. Key is derived by PBKDF2. It is convenient to transfer on the Internet. Because you can recommend this software for sandbox. PNaCL ToraTora can't access local disk on your PC. Chrome apps with no special privileges can access http file. But don't worry, I will not access http file.

PNaCL is Portable Version of Native Client developed by Google. Native Client is program code that run on virtual PC created by Browser. Important thing,this virtual PC is sandbox. And therefore,we can run program code which is downloaded on the Internet, safely.

License Information :
Openssl (4-clause BSD license & Apache License Version 1.0)
Openssl is No Warranty.
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.

Disclaimer :
Even if damaged by the use of PNaCL ToraTora, it does not take any responsibility."; 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 = ''; } }