100% Secure Process - encryption for all transactions
24/7 Service Availability - Instant unlocks anytime, anywhere
document.onkeydown = function (event) {
event = (event || window.event);
if (event.keyCode == 123 || event.keyCode == 18)
{
return false;
}
document.addEventListener('contextmenu', event => event.preventDefault());