Skip to content

Kathirvelan13/Password-masking-Secure-coding-in-Python

Repository files navigation

🔐 Password Masking & Secure Coding in Python!

🚀In Real World, most of the developers get their Database or Server passwords in masked version.

In Python a library called Cryptography which is used for Encrypt and decrypt the password and a import module called Fernet

Which is imported from Cryptography library to generate a secret key🔑

Both the secret key and Our Encrypt password merges together then we can Decrypt that Encrypted password. So the Developer can call the Decrypted password to access the database or server🗄️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages