Senhas e Números Aleatórios em Python - Como Criar Senhas Seguras?

Want to learn more about our Complete Python Course? Click the link below to secure your spot in the next class: https://lp.hashtagtreinamentos.com/es... TO DOWNLOAD THE BASIC PYTHON MINICOURSE: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- ► Files Used Video: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- If you prefer the video in text format: https://www.hashtagtreinamentos.com/s... ----------------------------------------------------------------------- Hey, Awesome! Do you know how to generate passwords and random numbers in Python? Do you still use the Random library for this? Today I'll show you another library that's much more secure than the Random library so you can generate your passwords more securely! The idea is that you can create secure passwords or tokens in Python without making them easy for a user to replicate. To do this, we'll use the secrets library in Python, which is also a random number generator, but its seed cannot be defined as in the Random library. This means that the seed will always be a different value to create your password or random number. This way, you can generate a password, token, or any other random information much more securely! ----------------------------------------------------------------------- Hashtag Programming ► Subscribe to our channel: http://bit.ly/3c0LJQi ► Turn on notifications (click the bell)! ► Like our video! ----------------------------------------------------------------------- Social Media ► Blog: https://bit.ly/2MRUZs0 ► YouTube: http://bit.ly/3c0LJQi ► Instagram: https://bit.ly/3o6dw42 ► Facebook: http://bit.ly/3qGtaF2 Here in the videos on the Hashtag Programação channel, we teach several Python tips so you can develop in this programming language and create your own projects and automations! ----------------------------------------------------------------------- Class Content 00:00 Introduction 01:15 How does random number generation work? (Random library) 06:09 Secrets Library in Python 07:03 Advantages of Secrets over Random 07:56 Secrets library tools (creating passwords in Python) 10:34 Conclusion #python #hashtagprogramacao