Replies: 1 comment 4 replies
-
Here is how I processed
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
I noticed this https://flet.dev/docs/guides/python/encrypting-sensitive-data/ article which explains how to cipher password using flet encrypt / decrypt function
I think this article should explain how to deal with a .env file to store secret.
Moreover I don't think it's very safe to store passwords in application / db even a ciphered version of password.
Hashing a salted password may be prefered.
https://www.google.com/search?q=hash+salt+password
Any opinion about that?
Kind regards
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions