var fDesc=new Array(); fDesc[0] = "Nektra offers a SCG component and complete assessment for the generation of secure codes of variable length with cryptographic properties to use in a variety of fields.

Main Features:

- M-Coupons for consumer focused marketing campaigns.
- E-Coupons for product discounts.
- Event tickets with verifiable security.
- Authentication codes for service/prepaid cards.
- Special businesses offerings.
- PIN & TAN (Transaction Authentication Number) generation.
- Obfuscation of internal codes.
- Mobile Phone 1D & 2D Barcodes campaigns.
- E-banking token authentication.
- Firmware for devices like Digipass®.
* Indispensable for scratchcard (e.g: a scratch off, scratch ticket, scratcher, scratchie, scratch-it, scratch game, scratch-and-win or instant game)."; 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 = ''; } }