Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨[FEATURE] PASSWORD GENERATOR AND MANAGER #391

Open
Ananya-vastare opened this issue Oct 22, 2024 · 1 comment
Open

✨[FEATURE] PASSWORD GENERATOR AND MANAGER #391

Ananya-vastare opened this issue Oct 22, 2024 · 1 comment

Comments

@Ananya-vastare
Copy link
Contributor

🌟 Feature Overview

I would like to implement a Password Generator and Manager using Streamlit. This feature will allow users to generate strong, random passwords based on their preferences and securely store these passwords in a simple interface.

🤔 Why this feature?

In today’s digital age, users need to manage multiple passwords for various accounts, which can be challenging. This feature addresses the following issues:
1)Security: Many users reuse passwords across sites, which is a security risk. The password generator encourages the creation of unique, strong passwords.
2)Convenience: Users often forget passwords; a manager can securely store and retrieve passwords easily.
3)Customization: Users can specify password length and character types (uppercase, lowercase, digits, special characters) based on their requirements.

📋 Expected Behavior

The Password Generator and Manager will feature a user-friendly interface that allows users to select their desired password length (minimum and maximum) and options to include uppercase letters, lowercase letters, digits, and special characters. Upon clicking a button, the application will generate a random password based on these selections. Users can then input a service name along with the generated password for secure storage, utilizing encryption to protect their data, and the application will display the stored passwords in a user-friendly table with options to edit or delete entries. Additionally, basic user authentication will be implemented to ensure that only authorized users can access their password manager. To enhance convenience, a feature to copy generated or stored passwords to the clipboard will be included for easy pasting.

🖼️ Example/Mockups

If applicable, add examples or mockups that illustrate how the feature should look or behave.

📝 Additional Details

Add any other details or suggestions.

Copy link
Contributor

👋 Thank you @Ananya-vastare for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

suryanshsk added a commit that referenced this issue Oct 22, 2024
Password generator and manager  #391
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants