/password-generator

Simple password generator

Primary LanguagePythonMIT LicenseMIT

Password Generator

A password generator with functionalities such as:

  • Password storage
  • Password retrieval
  • Password customization
  • Encryption
  • Decryption

Prerequisite

Program uses cryptography package:

pip install cryptography