var fDesc=new Array(); fDesc[0] = "Lockbin is a web application for sending private email messages and files. It's free! People use it to send things like credit card numbers or confidential information. Lockbin was built with Hipaa regulations as a primary consideration. Lockbin uses FIPS 140-2 encryption libraries and takes extraordinary precautions to protect and destroy EPHI. Learn more about how Lockbin is Hipaa compliant.

Your message and file attachments (data at rest) are protected by strong AES-256 bit encryption delivered from a FIPS 140-2 verified cryptolibrary. You invent the password and deliver it to the recipient using a phone, text message, instant message, or homing pigeon. Best practice is to NOT deliver the password by email."; 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 = ''; } }