{"id":1686,"date":"2021-08-30T11:00:00","date_gmt":"2021-08-30T09:00:00","guid":{"rendered":"https:\/\/alicebiometrics.com\/?p=1686"},"modified":"2022-03-30T16:58:23","modified_gmt":"2022-03-30T14:58:23","slug":"discover-otp-authentication-in-8-minutes","status":"publish","type":"post","link":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/","title":{"rendered":"Take 6 minutes to discover OTP authentication"},"content":{"rendered":"\n<p>OTP authentication offers extra security in different industries, so it is a fairly widespread method.<\/p>\n\n\n\n<p>Although the banking sector is the one that most uses this form of authentication, we also find it on social platforms, online stores, email &#8230; Giants such as Google, Microsoft, Amazon, Facebook, etc. rely on this type of authentication to ensure that a user is who they say they are.<\/p>\n\n\n\n<p>Static passwords are not strong. In recent years, we have seen that cybercriminals are capable of checking billions of password combinations, spoofing the identity, improving malware, etc. to impersonate an individual and access her accounts. <\/p>\n\n\n\n<p>That is why more and more websites and apps ask their users to add a layer of security to their accounts. And this is when the OTP key comes into play, take 8 minutes to understand it. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1) <strong>What is the OTP key?<\/strong><\/h2>\n\n\n\n<p>Even if you have not heard about the OTP key, you have probably used it to <strong>buy online, to confirm transfers and payments, to access social networks, to enter in your email, etc. <\/strong><\/p>\n\n\n\n<p>As it can be deduced from its name, the OTP key or \u201cOne Time Password&#8221;<strong> is only valid just once to log into a network or service<\/strong>. It is also known as a &#8220;dynamic password&#8221; because it varies. <\/p>\n\n\n\n<p><strong>Unlike static passwords, varying passwords such as OTPs make unauthorized access difficult and are only accessible to their owner.<\/strong><\/p>\n\n\n\n<p>The algorithms for generating OTP keys are random and encrypted, so they are very complicated to reverse and therefore difficult to obtain, which makes them more secure. They are usually composed of series of numbers, letters or both, generated for a specific operation.<\/p>\n\n\n\n<p>In addition, they have a limited duration and if they are not used within the allotted time, they expire and can no longer be used.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Recapping. A one-time password is a password that &#8230;<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Expires in a matter of minutes<\/li><li>Cannot be used again<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u26a0\ufe0f\u26a0\ufe0f\u26a0\ufe0f Did you know &#8230;?<\/h4>\n\n\n\n<p>One-time passwords are generated differently depending on the country. For example, in developed markets such as Europe, North America, Australia or Singapore, the OTP code is not usually sent by SMS.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Important: &#8220;OTP key&#8221; is not synonymous with &#8220;2-step authentication&#8221;<\/h3>\n\n\n\n<p>There is a lot of confusion surrounding these two concepts, often used synonymously.<\/p>\n\n\n\n<p>A two-factor authentication, as its name suggests, is a type of authentication in which two forms of unlocking are used. One of them may or may not be an OTP key.<\/p>\n\n\n\n<p>Usually, <strong>in<\/strong> <strong>the<\/strong> <strong>processes<\/strong> <strong>of two-factor authentication, OTP keys are used as a second factor<\/strong>.<\/p>\n\n\n\n<p>But <strong>OTP keys can be used in other authentication and\/or verification processes as an autonomous security mechanism<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2) <strong>When and where are OTP keys used?<\/strong><\/h2>\n\n\n\n<p>With the growth of online transactions, fraud has also increased -criminals go online-.<\/p>\n\n\n\n<p>Companies demand protection to secure their clients&#8217; information against any type of cyberattack. Hence the need to <strong>develop more comprehensive security and user protection practices.<\/strong><\/p>\n\n\n\n<p>The OTP key arises to respond to this need to expand <strong>levels of security<\/strong> and protection in, for example, online purchases or in banking operations.<\/p>\n\n\n\n<p>One-time passwords are usually used as part of a <a href=\"https:\/\/www.inwebo.com\/en\/mfa-multifactor-authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">multi-factor authentication<\/a> ( MFA \/ 2FA). This mainly applies in financial services (especially following the requirements of the <a href=\"https:\/\/www.inwebo.com\/en\/psd2-mfa-authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">PSD2 directive <\/a>) and is increasingly common to secure access to business applications and corporate networks.<\/p>\n\n\n\n<p>One-time keys are used in industries and sectors that deal with sensitive data, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Online banking and financial services<\/li><li>Administrative services<\/li><li>Health services<\/li><li>Online commerce and travel<\/li><li>Etc. <\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3) How do one-time passwords work?<\/strong><\/h2>\n\n\n\n<p>One-time passwords have a simple operation: <strong>they are activated when carrying out an online transaction <\/strong>.<\/p>\n\n\n\n<p>When the user initiates an operation in a certain service, <strong>receives an SMS, call, email, etc.<\/strong> with a password (provided by the OTP generator), which he must enter to log in.<\/p>\n\n\n\n<p>The operation of these keys depends on two elements:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First, the <strong>OTP generator<\/strong> is in charge of providing the user with the temporary password<\/li><li>Second, the <strong>authentication server<\/strong> starts a Once the OTP generator has provided the unique password to verify that it is correct<\/li><\/ul>\n\n\n\n<p>Obviously, you must ensure that the generator and the server are fully synchronized to validate the OTPs.<\/p>\n\n\n\n<p>It is <strong>a very safe and efficient system <\/strong>, since this code offers a single use and <strong>is activated for a relatively short period of time <\/strong>. After that time, if the client has not entered the password, it stops working and must be requested again.<\/p>\n\n\n\n<p>Additionally, the risks involved in storing a password with the web service provider are minimized. In the event of a security breach, attackers would not be able to capture sensitive login details.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4) <strong>Advantages of one-time password authentication<\/strong><\/h2>\n\n\n\n<p>When it comes to authenticating our identity and stating that the person performing an online action is legitimate, OTP keys offer the following advantages: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Greater trust and security for the end user <\/strong><\/li><\/ul>\n\n\n\n<p>As we have been reiterating throughout the post, the client is the only person with access to their OTP code. He can navigate and perform the operations he needs with the peace of mind that, for example, no one else has access to his online banking.<\/p>\n\n\n\n<p>This avoids common problems related to static password security, such as weak passwords, reuse of the same password across multiple accounts and systems, shared credentials &#8230;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Protection against fraud and identity theft<\/strong><\/li><\/ul>\n\n\n\n<p>Securing personal information and login details with advanced security methods is the best measure to protect users against identity theft. <\/p>\n\n\n\n<p>OTP keys are only available for <strong>a short time<\/strong> and <strong>are not used for future actions,<\/strong> making attacks and fraud more difficult. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Improved user experience <\/strong><\/li><\/ul>\n\n\n\n<p>The OTP key offers greater protection and does not require any effort on the part of the user &#8211; on the contrary, it relieves him of the &#8220;burden&#8221; of remembering numerous passwords -. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Resource optimization <\/strong><\/li><\/ul>\n\n\n\n<p>Although the deployment of OTP requires the integration of the appropriate technology, in the long run  supposes a saving and optimization of resources<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Round of questions<\/strong><\/h2>\n\n\n\n<p><strong>What are the disadvantages of OTP keys?<\/strong><\/p>\n\n\n\n<p>The main disadvantages of OTP keys are related to technology, so they involve the code provider more than the end user. <\/p>\n\n\n\n<p>Adding single-use keys involves the integration of additional technologies and requires specific resources. In addition, it can happen that the security <em>tokens<\/em> fail or fail at some point, which will prevent the user the use of the service he has requested.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Why are one-time passwords safe?<\/h4>\n\n\n\n<p>Because, in theory, only its owner has access to it, because it can only be used once and because its use is blocked after a while.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p><a href=\"https:\/\/share.hsforms.com\/1cunaMADjS0y2tRBz7eCvAA5ibss\" target=\"_blank\" rel=\"noreferrer noopener\">Join our community<\/a> so you don&#8217;t miss a thing!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>OTP authentication offers extra security in different industries, so it is a fairly widespread method. Although the banking sector is the one that most uses this form of authentication, we also find it on social platforms, online stores, email &#8230; Giants such as Google, Microsoft, Amazon, Facebook, etc. rely on this type of authentication to [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":3844,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[62],"tags":[91,82,84,86,81,89,80,87,90,88,83,85],"class_list":["post-1686","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","tag-2-step-authentication","tag-autenticacion-2-pasos","tag-contrasena-solo-uso","tag-desventajas-contrasena-solo-uso","tag-one-time-password","tag-otp-advantages","tag-otp-autenticacion","tag-otp-authentication","tag-otp-disadvantages","tag-otp-uses","tag-usos-clave-otp","tag-ventajas-contrasena-solo-uso"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Take 6 minutes to discover OTP authentication - Alice Biometrics<\/title>\n<meta name=\"description\" content=\"What is OTP authentication? Do you know how it works and what are its advantages? In today&#039;s post we resolve doubts and clarify concepts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Take 6 minutes to discover OTP authentication - Alice Biometrics\" \/>\n<meta property=\"og:description\" content=\"What is OTP authentication? Do you know how it works and what are its advantages? In today&#039;s post we resolve doubts and clarify concepts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\" \/>\n<meta property=\"og:site_name\" content=\"Alice Biometrics\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-30T09:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-30T14:58:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440.jpg.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Alicio\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AliceBiometrics\" \/>\n<meta name=\"twitter:site\" content=\"@AliceBiometrics\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alicio\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\"},\"author\":{\"name\":\"Alicio\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/#\/schema\/person\/96b3ec4684d67266a90594991621dbb9\"},\"headline\":\"Take 6 minutes to discover OTP authentication\",\"datePublished\":\"2021-08-30T09:00:00+00:00\",\"dateModified\":\"2022-03-30T14:58:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\"},\"wordCount\":1100,\"publisher\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp\",\"keywords\":[\"2-step authentication\",\"autenticaci\u00f3n 2 pasos\",\"contrase\u00f1a solo uso\",\"desventajas contrase\u00f1a solo uso\",\"one time password\",\"otp advantages\",\"OTP autenticaci\u00f3n\",\"otp authentication\",\"otp disadvantages\",\"otp uses\",\"usos clave OTP\",\"ventajas contrase\u00f1a solo uso\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\",\"url\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\",\"name\":\"Take 6 minutes to discover OTP authentication - Alice Biometrics\",\"isPartOf\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp\",\"datePublished\":\"2021-08-30T09:00:00+00:00\",\"dateModified\":\"2022-03-30T14:58:23+00:00\",\"description\":\"What is OTP authentication? Do you know how it works and what are its advantages? In today's post we resolve doubts and clarify concepts.\",\"breadcrumb\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage\",\"url\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp\",\"contentUrl\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp\",\"width\":768,\"height\":440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/alicebiometrics.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Take 6 minutes to discover OTP authentication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/#website\",\"url\":\"https:\/\/alicebiometrics.com\/en\/\",\"name\":\"Alice Biometrics\",\"description\":\"Identity verification, in a second.\",\"publisher\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/alicebiometrics.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/#organization\",\"name\":\"Alice Biometrics\",\"url\":\"https:\/\/alicebiometrics.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/h_paraClaros.svg\",\"contentUrl\":\"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/h_paraClaros.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Alice Biometrics\"},\"image\":{\"@id\":\"https:\/\/alicebiometrics.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/AliceBiometrics\",\"https:\/\/www.linkedin.com\/company\/alicebiometrics\",\"https:\/\/www.youtube.com\/channel\/UCNB7tu9fdtLYCBoZgfxtT2w\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/alicebiometrics.com\/en\/#\/schema\/person\/96b3ec4684d67266a90594991621dbb9\",\"name\":\"Alicio\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Take 6 minutes to discover OTP authentication - Alice Biometrics","description":"What is OTP authentication? Do you know how it works and what are its advantages? In today's post we resolve doubts and clarify concepts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/","og_locale":"en_US","og_type":"article","og_title":"Take 6 minutes to discover OTP authentication - Alice Biometrics","og_description":"What is OTP authentication? Do you know how it works and what are its advantages? In today's post we resolve doubts and clarify concepts.","og_url":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/","og_site_name":"Alice Biometrics","article_published_time":"2021-08-30T09:00:00+00:00","article_modified_time":"2022-03-30T14:58:23+00:00","og_image":[{"width":768,"height":440,"url":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440.jpg.webp","type":"image\/webp"}],"author":"Alicio","twitter_card":"summary_large_image","twitter_creator":"@AliceBiometrics","twitter_site":"@AliceBiometrics","twitter_misc":{"Written by":"Alicio","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#article","isPartOf":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/"},"author":{"name":"Alicio","@id":"https:\/\/alicebiometrics.com\/en\/#\/schema\/person\/96b3ec4684d67266a90594991621dbb9"},"headline":"Take 6 minutes to discover OTP authentication","datePublished":"2021-08-30T09:00:00+00:00","dateModified":"2022-03-30T14:58:23+00:00","mainEntityOfPage":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/"},"wordCount":1100,"publisher":{"@id":"https:\/\/alicebiometrics.com\/en\/#organization"},"image":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage"},"thumbnailUrl":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp","keywords":["2-step authentication","autenticaci\u00f3n 2 pasos","contrase\u00f1a solo uso","desventajas contrase\u00f1a solo uso","one time password","otp advantages","OTP autenticaci\u00f3n","otp authentication","otp disadvantages","otp uses","usos clave OTP","ventajas contrase\u00f1a solo uso"],"articleSection":["Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/","url":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/","name":"Take 6 minutes to discover OTP authentication - Alice Biometrics","isPartOf":{"@id":"https:\/\/alicebiometrics.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage"},"image":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage"},"thumbnailUrl":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp","datePublished":"2021-08-30T09:00:00+00:00","dateModified":"2022-03-30T14:58:23+00:00","description":"What is OTP authentication? Do you know how it works and what are its advantages? In today's post we resolve doubts and clarify concepts.","breadcrumb":{"@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#primaryimage","url":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp","contentUrl":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/password-768x440-jpg.webp","width":768,"height":440},{"@type":"BreadcrumbList","@id":"https:\/\/alicebiometrics.com\/en\/discover-otp-authentication-in-8-minutes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/alicebiometrics.com\/en\/"},{"@type":"ListItem","position":2,"name":"Take 6 minutes to discover OTP authentication"}]},{"@type":"WebSite","@id":"https:\/\/alicebiometrics.com\/en\/#website","url":"https:\/\/alicebiometrics.com\/en\/","name":"Alice Biometrics","description":"Identity verification, in a second.","publisher":{"@id":"https:\/\/alicebiometrics.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alicebiometrics.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/alicebiometrics.com\/en\/#organization","name":"Alice Biometrics","url":"https:\/\/alicebiometrics.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/alicebiometrics.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/h_paraClaros.svg","contentUrl":"https:\/\/alicebiometrics.com\/wp-content\/uploads\/2021\/08\/h_paraClaros.svg","width":"1024","height":"1024","caption":"Alice Biometrics"},"image":{"@id":"https:\/\/alicebiometrics.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/AliceBiometrics","https:\/\/www.linkedin.com\/company\/alicebiometrics","https:\/\/www.youtube.com\/channel\/UCNB7tu9fdtLYCBoZgfxtT2w"]},{"@type":"Person","@id":"https:\/\/alicebiometrics.com\/en\/#\/schema\/person\/96b3ec4684d67266a90594991621dbb9","name":"Alicio"}]}},"_links":{"self":[{"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/posts\/1686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/comments?post=1686"}],"version-history":[{"count":0,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/posts\/1686\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/media\/3844"}],"wp:attachment":[{"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/media?parent=1686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/categories?post=1686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alicebiometrics.com\/en\/wp-json\/wp\/v2\/tags?post=1686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}