ExploringOTP

What is second factor authentication? The code which we enter after entering username and password, how does this work ? In this blog post will be exploring how one time password/passcode (OTP) works. Will start with what is included in standard on OTP and then implementing this using python code. ...

June 29, 2020 · 5 min

Simple Http Server

Here is a python code to start SimpleHTTPServer with an upload option. ...

September 7, 2019 · 5 min

Pyautogui, a module to automate keyboard and mouse function

pyautogui is a python module to automate keyboard and mouse actions. I found this very interesting and creepy too ! :). Here are few things to 📝 note, ...

July 7, 2019 · 1 min