SharathchandarKsharathchandark.hashnode.dev·Dec 13, 2024Unlock Security: OTP Generator with Email Verification using JavaScriptOverview: Secure your applications with ease! Learn how to create an Email OTP Verification App using HTML, CSS, and JavaScript in this comprehensive tutorial. 🚀🔐 ✅ Watch Live Preview 👉👉 Email OTP Verification In this step-by-step guide, we’ll wa...JavaScript
Eddi Freiterblog.freiter.com·Dec 8, 2024Simple and cost-effective MFA deployment with TOTPWritten by Eddi Freiter in collaboration with Will Neumann Organizations of all sizes are increasingly using productivity tools and applications hosted in the cloud. However, providing secure access to user information and sensitive data remains a si...MFA
SharathchandarKsharathchandark.hashnode.dev·Dec 5, 2024OTP Generator with Verification in HTML CSS and JavaScriptOverview: Welcome to our JavaScript OTP Generator and Verification App Coding Tutorials. In this article, we’ll walk you through a step-by-Step guide to building a fully functional unique OTP (One-Time Password) generator and verifies from scratch us...JavaScript
Nitish singhsinghnitish.hashnode.dev·Nov 10, 2024Web Application AuthenticationHey! I’m back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...authentication
Pragnesh Ghodaandroidacademic.hashnode.dev·Oct 30, 2024Crack the OTP Code: Easy SMS Reading Techniques for Android DevelopersIn today’s mobile-first world, seamless user experiences are crucial, especially regarding authentication. One common method is using One-Time Passwords (OTPs) sent via SMS. But how can you read these SMS messages and extract the OTP effortlessly in ...Read SMS
Nikhil Akkinikhilakki.in·Sep 28, 2024elixir 101Elixir is a functional, concurrent language built on the Erlang VM (BEAM), known for its fault tolerance and scalability. To get started you'll need to understand basic syntax, concurrency, pattern matching, and working with data structures. 1. Basic...Elixir
Legos Lightlegos.hashnode.dev·Sep 10, 2024Khám phá Timebased OTPEnglish version here Bạn đã bao giờ tự hỏi Google Authenticator hoạt động như thế nào chưa? Hoặc từng thắc mắc làm thế nào ngân hàng có thể sử dụng token để tạo mật khẩu (mật khẩu này thay đổi liên tục theo thời gian) và người dùng có thể sử dụng mật...Cryptography & BlockchainTime-based One Time Password
Samarth Srivastavasamarth-srivastava.hashnode.dev·Sep 7, 2024How to Create an NPM Package: A Step-by-Step GuideCreating and publishing your own NPM (Node Package Manager) package can be a great way to share useful code, collaborate with the open-source community, and contribute to the JavaScript ecosystem. Here’s a step-by-step guide to help you build, publis...otp generator
Shawn Condonshwncndn.hashnode.dev·Aug 4, 2024Garden Telemetry : Weather APIInspired by and built upon Chapters 3 and 4 of "The Little Elixir & OTP Guidebook" by Benjamin Tan Wei Hao. The code for this project can be found here. Introduction Let's build a feature that helps track and monitor the various aspects of a large ga...Garden TelemetryElixir
Nile Bitsnilebits.hashnode.dev·Jul 3, 2024Django Passwordless Authentication: A Comprehensive Guide with Code ExamplesModern security techniques like passwordless authentication improve user experience by doing away with the necessity for conventional passwords. By using this technique, the likelihood of password-related vulnerabilities including reused passwords, b...1 like·32 readsDjango