Two-Factor Authentication (2FA) in Python

  Рет қаралды 47,940

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 51
@captainobvious7898
@captainobvious7898 5 ай бұрын
Excellent to the point video without wasting any time with nonsense. Learned exactly what I came here for, nothing more, nothing less. This is a perfect example of what all KZbin tutorial videos should be.
@Lorry127
@Lorry127 2 ай бұрын
Great video! Brief, informative, precise, and without BS. Keep up the fantastic work!
@rafaArt680
@rafaArt680 Жыл бұрын
Best channel for python developers ever, I learn a lot from you man!!
@tracyprice8548
@tracyprice8548 Жыл бұрын
This is awesome. This is similar to the project I am building in my current class. I added similar code to flask app along with html files to create webpages😊🎉
@carecavoador
@carecavoador Жыл бұрын
Awesome, man. As always very interesting content showing practical use of nice things.
@thienviet3429
@thienviet3429 Жыл бұрын
I want to inform other people, that the key needs to be more than 19 letters. You will get an error, if you the key has less than 20 letters.
@Julie9009
@Julie9009 Жыл бұрын
Thank you 😊 This video came at just the right time for me. It will allow me to very easily add 2FA to an app that I'm currently developing.
@sanikamnjoshi
@sanikamnjoshi 15 күн бұрын
came in handy! thank you!
@mindcreativestudios4709
@mindcreativestudios4709 Жыл бұрын
Thank you! So helpful and practical.
@Stl71
@Stl71 Жыл бұрын
Beautiful man! Can you make a video and explain how to have a different code for each computer?
@paulthomas1052
@paulthomas1052 Жыл бұрын
Very useful demo. Thanks :)
@PaulineLepre
@PaulineLepre 28 күн бұрын
I appreciate your efforts! 🙏 I wanted to ask something unrelated: 🤔 I have these words 🤨. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What should I do with this? 🤷‍♂️
@vedantbarhate2028
@vedantbarhate2028 Жыл бұрын
hey brother can u plz. tell u r from which university and what are u learning like ur major and all.......
@strycinek
@strycinek Жыл бұрын
Very useful. Thank you for the tutorial
@ПавелВылиток-р7ш
@ПавелВылиток-р7ш Жыл бұрын
Thank you for great tutorial!
@kiiikoooPT
@kiiikoooPT Жыл бұрын
this is very usefull, but I'm looking for kind of the oposite, like I want to make the authenticator itself, what I mean is, I want to make my own app where I can scan the qr code or something, and aply the uri there from any service, to keep them all in the same app, my own app. and you probably will ask why, well i have a bunch of acounts and 3 Auth apps, and some accounts dont work with some Auth apps, you need a specific auth app for that type of account, so I wonder if is possible to make your own Auth app and have all the accounts on it???
@1mrnewton
@1mrnewton Жыл бұрын
Great Great🔥🔥
@mikepenprogrammer2652
@mikepenprogrammer2652 Жыл бұрын
Awesome! Thank you for the great content.
@elricho72
@elricho72 Жыл бұрын
Great chanel !, awesome example, thank you
@BardUser-l7s
@BardUser-l7s Жыл бұрын
Thank you for the video.
@Jmignet
@Jmignet Жыл бұрын
Great Video! Is it advisable to have some sort of destruction mechanism on that QR Code? Otherwise, anyone that scans it would be able to add it to an authenticator app? Or does that QR Code already come with some sort of OTP encrypted?
@editsensei6876
@editsensei6876 Жыл бұрын
Plz Share code
@limitlessplays007
@limitlessplays007 Жыл бұрын
Please make a video on python with keycloak it has all these features and 2fa and main thing is its open source
@andrewcropper163
@andrewcropper163 24 күн бұрын
Is there a way to use secret key and password where it wouldn’t ask again? We have a central username for downloading reports from a system. But introduced MFA recently. The import process doesn’t work as it’s asking for MFA. Essentially we have an SSIS package using python to login normally and now it asks for MFA. Sorry I haven’t explained it well. But I tried using the shared secret code from the QR code but just asks for the 6 digit code and then stops
@irfanshaikh262
@irfanshaikh262 Жыл бұрын
Great stuff
@rabeemohammed5351
@rabeemohammed5351 Жыл бұрын
I want ask you question please Can I send sms messages for my phone use python Or use USB Or use kivy I mean same apk sms messages in phone📱
@Salmanmushtaq-cs3jm
@Salmanmushtaq-cs3jm 4 ай бұрын
I create the uri and generate the QRCODE, when I scan using google authenticator it shows "key not recognized"
@acrobite26
@acrobite26 Жыл бұрын
I get the following error: TypeError: argument should be a bytes-like object or ASCII string, not 'list' What do i do?😭
@santaclausiscomingtotown3923
@santaclausiscomingtotown3923 Жыл бұрын
love!
@Salmanmushtaq-cs3jm
@Salmanmushtaq-cs3jm 4 ай бұрын
when i generate qrcode and scan using google authenticator i received error "key not recognized"
@c0rp0rat1on1
@c0rp0rat1on1 Жыл бұрын
I am trying to do this in bit different way but I get non base32 detection error and I am not able to log in to my broker plz help
@1DannyJh
@1DannyJh Жыл бұрын
gracias!
@abdullahsaid8561
@abdullahsaid8561 Жыл бұрын
the key has to be base64, not string
@kristianjackson6196
@kristianjackson6196 Жыл бұрын
Was wondering about this, thank you
@ozkanozdemir6255
@ozkanozdemir6255 Жыл бұрын
Great...
@writetogupta
@writetogupta Ай бұрын
Great
@aadityasahoo6244
@aadityasahoo6244 11 ай бұрын
Hey what do i do when i try to scan the qr with google authenticator and it says that error: key not recognised? any solutions/ideas?
@mrpinkm4n
@mrpinkm4n 11 ай бұрын
pyotp.totp.TOTP(base64.b32encode(secret_key)) google authenticator needs converted base32 key
@SalvillaJohnRey
@SalvillaJohnRey Ай бұрын
I just wanna ask if this is free?
@-sothea2143
@-sothea2143 Жыл бұрын
👌💖
@rajat6249
@rajat6249 Жыл бұрын
How to increase time from 30 seconds to 3 minutes or more??
@ihazpowah
@ihazpowah Жыл бұрын
You can't increase the duration that a TOTP token is valid. However you can add an extra argument in the verify function to increase the window of tokens that will be valid: # accept the current, previous and next token (for most applications this should be sufficient): pyotp.verify(otp=, valid_window=1) # accept the current, previous 3 and next 3 tokens: pyotp.verify(otp=, valid_window=3)
@samrijijkot
@samrijijkot Жыл бұрын
Comment for engagement
@shad-intech
@shad-intech Жыл бұрын
Happy I will not be writing the logic provided py PyOTP from scratch.
@naveensc867
@naveensc867 9 ай бұрын
Hi ModuleNotFoundError: No module named 'pyotp'
@khalidbouychou
@khalidbouychou Ай бұрын
install it
@LearnandCodeHub
@LearnandCodeHub 26 күн бұрын
pip install pyotp
@tcgvsocg1458
@tcgvsocg1458 Жыл бұрын
too much import you show nothing...
@abishekmajee8064
@abishekmajee8064 Ай бұрын
I have a problem with pip install pyotp, its showing some network error-WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/pip/, please help to install pyotp
@jorgechavarriaga395
@jorgechavarriaga395 Жыл бұрын
Nice ! Thanks! Great video! Little question.. I'm trying to in my provisioning_uri to send an image.. (to be able to have it in the autentication app ..like microsoft, etc).. but so far without success ... i have not found any documentation related.. any ideas ? uri = totp.provisioning_uri(name=user, issuer_name=company, image=url) url = "XXXXX/myimage.png" i dont receive any error.. but also no image in the app
NumPy Full Python Course - Data Science Fundamentals
52:25
NeuralNine
Рет қаралды 86 М.
Towards Django Two Factor Authentication Integration
46:23
Very Academy
Рет қаралды 25 М.
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 120 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 68 МЛН
Requests Library in Python - Beginner Crash Course
20:32
NeuralNine
Рет қаралды 50 М.
Encrypted File Transfer via Sockets in Python
19:54
NeuralNine
Рет қаралды 22 М.
Comprehensive Course on Python's Matplotlib
57:35
TheDataProf
Рет қаралды 9 М.
Makefiles in Python For Professional Automation
13:43
NeuralNine
Рет қаралды 44 М.
Intelligent AI Chatbot in Python
35:42
NeuralNine
Рет қаралды 970 М.
Coding Encrypted Chat in Python
20:33
NeuralNine
Рет қаралды 48 М.
File Transfer via Sockets in Python
14:44
NeuralNine
Рет қаралды 61 М.
Kerberos Authentication Explained | A deep dive
16:52
Destination Certification
Рет қаралды 349 М.
2FA: Two Factor Authentication - Computerphile
12:34
Computerphile
Рет қаралды 503 М.
Working with YAML Files in Python
16:47
NeuralNine
Рет қаралды 47 М.
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56