Skip to content
View ShaneWD's full-sized avatar
Block or Report

Block or report ShaneWD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ShaneWD/README.md

Banner

ShaneWD

My main programming language is Python. I am currently working on perfecting Django.

Skills

  • 💻 Python
  • SQL
  • Git & GitHub
  • Django
  • HTML & CSS

Project Showcase: Password Manager with Python, Django, HTML, and CSS:

  • A master account is used to encrypt and decrypt secondary account passwords
  • Master password is scured with PBKDF2 algorithm with a SHA256 hash
  • Secondary accounts passwords are encrypted (and decrypted) twice
  • Raw plain-text passwords are never stored
  • User has the options to change master password and to delete master account
  • Link to project (open source), click the green & black icon:

My Socials

github twitter YouTube

Pinned

  1. PasswordManagerWebsite PasswordManagerWebsite Public

    A password manager with a stored hashed main-password, which is used to encrypt passwords of secondary accounts. **Plain text passwords are not stored.**

    Python 2 2

  2. photos_store photos_store Public

    HTML

  3. ToDo ToDo Public

    simple todo application.

    Python

  4. PasswordManager PasswordManager Public

    Main account and website credentials are stored in separate tables. The main account password is used to encrypt and decrypt the website passwords. (Database can be either MySQL or SQLite)

    Python 3