Skip to content

This project is a Python-based program that allows users to securely manage their passwords through encryption and decryption functionalities. The program first takes user input for a desired password, then prompts the user to choose between encryption or decryption.

Notifications You must be signed in to change notification settings

amrit100612/CipherX_404

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” CipherX Password Encrypter/Decrypter ๐Ÿ’ป

Yo! Welcome to CipherX, the brainchild of a cyber geek ๐Ÿง  โ€” @amrit100612 ๐Ÿ˜Ž
This project levels up your password game from basic to boss ๐Ÿ”ฅ


โšก Project Vibe

Ever wanted to encrypt your password like a pro hacker ๐Ÿ•ถ๏ธ?
Or decrypt one just to see the reverse magic? ๐Ÿงฉ

Well fam, CipherX got you covered โ€” just drop your password and pick your mode ๐Ÿ—ก๏ธ
๐Ÿ‘‰ Encryption or Decryption


๐Ÿง  How It Works

  1. Type your password (your secret sauce ๐Ÿซข)
  2. Choose the mode:
    • ๐Ÿ›ก๏ธ Encrypt Mode โ€” hides it like a true cyber ninja (Cipher_text) ๐Ÿฅท
    • ๐Ÿงฎ Decrypt Mode โ€” brings it back to human-readable form (Plain_text) ๐Ÿ‘€
  3. Watch CipherX flex its cryptographic power ๐Ÿ’ซ

๐Ÿ› ๏ธ Tech Stack

  • Language: Python ๐Ÿ
  • Concepts Used: String manipulation, basic encryption algorithms, input/output handling
  • Recommended IDEs: VS Code / PyCharm (because aesthetics matter ๐Ÿ˜Ž)

๐Ÿš€ Run It Like a Pro

Step 1 โ€” Fork & Clone

Fork this repo to copy it into your system.

Then open Bash and run:

git clone https://github.com/amrit100612/CipherX_404.git

pwd # view the path of this project

Step 2 โ€” Make & Push Changes

git add .

git commit -m "โœจ your cool update here"

git push origin main


๐Ÿ”ฅ Fire It Up

Run the project using: python cipherx.py


๐Ÿ’ฌ Example Run

Enter your password: mySecret123 Do you want to Encrypt or Decrypt? -> Encrypt Encrypted password: โ™ฆโˆ†สฌโ„ฆะ–ฮท...

Boom ๐Ÿ’ฃ Your passwordโ€™s now safe in the matrix ๐Ÿงฉ


๐Ÿง‘โ€๐Ÿ’ป About the Creator

Made with caffeine โ˜•, late-night energy โšก, and cyber vibes ๐Ÿ‘พ
by @amrit100612 โ€” Cybersecurity Student | Encryption Enthusiast ๐Ÿงฌ


โญ Give a star if you liked this project and stay tuned for more cool tools ๐Ÿ”ฅ

About

This project is a Python-based program that allows users to securely manage their passwords through encryption and decryption functionalities. The program first takes user input for a desired password, then prompts the user to choose between encryption or decryption.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages