Unveiling a Journey of Creativity and Accomplishments: Welcome to my Portfolio!
Download CVI am a devoted student pursuing BS in "Cyber Security and Digital Forensics" at Islamia University of Bahawalpur. My passion lies in securing digital landscapes, and I possess analytical skills and hands-on experiences to tackle cyber threats effectively. I aim to make a significant impact in the cybersecurity domain, contributing to a safer digital world.
Read MoreMy web development skills empower me to build dynamic and user-friendly websites, combining the latest technologies and coding practices for seamless user experiences. With a strong focus on responsiveness and functionality, I create digital solutions that cater to modern needs and trends.
Read MoreMy graphic designing skills are a fusion of creativity and technical expertise, allowing me to craft visually captivating and impactful designs that leave a lasting impression. With a keen eye for detail and a passion for innovation, I bring life to ideas through captivating visuals.
Read MoreMy digital marketing skills encompass a strategic approach to online campaigns, utilizing data-driven insights to reach the right audience and achieve optimal results. From social media to SEO, I excel in driving brand visibility and engagement, ultimately boosting conversions and business growth.
Read MoreThis project is a GUI application for encrypting and decrypting text using various cryptographic ciphers. The supported ciphers are:
AES (Advanced Encryption Standard)
DES (Data Encryption Standard)
Caesar Cipher
Vigenere Cipher
Substitution Cipher
RSA (Rivest–Shamir–Adleman)
A python based application for Applying Multifactor authentication Two-Factor Authentication System This Python application provides a two-factor authentication (2FA) system with registration, login, and password reset functionalities using Tkinter for the GUI. Key features include: User Registration: Collects user information (name, email, password) and generates a QR code for 2FA setup. Login: Validates user credentials and sends a one-time password (OTP) to the user's email for secure login. Password Reset: Allows users to reset their password after verification. Enhanced Security: Utilizes encryption for storing passwords and OTPs.
Visit NowThis Python application allows you to send and receive encrypted emails using the cryptography library. It features a Tkinter-based GUI for a user-friendly experience, including functionalities to: Generate and manage encryption keys: Automatically creates and saves an encryption key for secure email communications. Encrypt and send emails: Encrypts the message body before sending via SMTP, with support for Gmail's SMTP and IMAP servers. Receive and decrypt emails: Connects to Gmail's IMAP server to fetch and decrypt received emails. User authentication: Saves email credentials securely using pickle to avoid repeated logins.
Visit Now