Basic-Python-Programs
Basic-Python-Programs copied to clipboard
Includes three Python scripts:
- URL Shortener: Implements a service for shortening long URLs using the pyshorteners library.
- File Encryption/Decryption Tool: Uses the cryptography library to securely encrypt and decrypt files.
- Password Manager: Implements a basic password manager with Fernet encryption for secure password storage and retrieval.