var fDesc=new Array();
fDesc[0] = "SQLite database, but to make security for db is a complicated task, after much research it was found the component SQLite3.dll, with it we can makes security, with all these barriers to make a safe sqlite database, it was decided to develop a program with a graphical interface and make things easier, list of features it:
- All versions of the database. Sqlite
- Password-encryption
- Decryption
- Inquiry to see if the bank is protected or not
- Auto-update web
- Developed with .NET 3.5";
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 = '';
}
}