Python Quick Tip: Secure Passwords and Sensitive Info with DotEnv #Shorts #Python #Programming

preview_player
Показать описание
Learn how to properly manage sensitive information within Python scripts.

#Python #Programming #CodingTips #Shorts

Subscribe to view our entire library of programming tutorials!
Рекомендации по теме
Комментарии
Автор

Welcome back!!!!
We missed you.
I hope you are keeping up!

janosmarton
Автор

Im gonna need more content! Corey, more content! ❤

aabb
Автор

Welcome sir ❤.
Doing this from a long time.

alixaprodev
Автор

This is fine for wireframe work, or poc work. However in production you’d want to call something like aws param store for your secrets.

LongBeachRunner
Автор

‘keyring’ is another library that can be used if you don’t want those values in text files.

smithiness
Автор

Thanks Corey. I have an issue most times, when I’m building a with openai api key it doesn’t use the api key in my .env file but uses the one In my system environment which I deleted. Do you know how I can fix this?

kubasmide
Автор

It surely is nice and easy. I am new to this and want to know how other programmers will get those sensitive details since it is not pushed to repo. Or how will it work in production?

pinak
Автор

While this archieves a seperation of code and secrets, it is no more secure than a simple plaintext file.
Any secrets should always be stored encryped at rest.

TheFarFey
Автор

why not just use a regular text or json file? why use a whole dedicated library?

Nxck
Автор

Bro, u restarted!! Well Congratulations👏

sandeepyadav