Skip to content

Python GUI project which securely passwords and also you can store data by encryptingTechnologies used Python3 PySimpleGui framework and Pytest framework for testing

License

Notifications You must be signed in to change notification settings

BodaleDenis/Secure-store-and-generate-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. About The Project
  2. Usage
  3. Contributing
  4. License

About The Project

This small project is intended to Generate strong passwords and additionally adds store to some file the information regarding website and associated passwords

Also there is symetrical encryption functionality which enables an secure storage of data, very important the generated key file should be carefully stored also.

The final intention with this project is that being able to keep all passwords ( or generate secure one by using also this program and store it) secure and by using just one key to access all data

Current Functionality

  • [DONE] Generate strong password
  • [DONE] Store data regarding website and password
  • [DONE] Encrypt/Decrypt stored data
  • [DONE] Add docstring to methods
  • [TO DO] Store data to a DB instead of plain text
  • [TO DO] Add more tests
  • [TO DO] Find a way to secure the key too, now is user choice how to keep the key secure

Built With

  • [Language] Python3
  • [Framework] PySimpleGui
  • [Testing] Pytest
  • [Type] GUI Desktop Application

How to use

TO BE UPDATED!

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

Python GUI project which securely passwords and also you can store data by encryptingTechnologies used Python3 PySimpleGui framework and Pytest framework for testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages