Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

Includes three Python scripts:

Open vib795 opened this issue 2 years ago • 0 comments

  1. URL Shortener: Implements a service for shortening long URLs using the pyshorteners library.
  2. File Encryption/Decryption Tool: Uses the cryptography library to securely encrypt and decrypt files.
  3. Password Manager: Implements a basic password manager with Fernet encryption for secure password storage and retrieval.

vib795 avatar Nov 17 '23 22:11 vib795