Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Secure Your Password

Description

Simple password encryption tool that converts alphabetic passwords to symbol-based passwords using character-to-symbol mapping. Learn basic encryption concepts!

Features

  • Letter to symbol encryption
  • Decryption functionality
  • Cipher table display
  • Password security tips
  • Pure Python implementation

Stack

  • Language: Pure Python (standard library only)
  • Complexity: Beginner

Installation & Usage

python main.py

How It Works

  • Maps each letter to a unique symbol
  • Example: 'password' → '|*@555\/0|2|)'
  • Reversible encryption

Learning Outcomes

  • String manipulation
  • Dictionary mappings
  • Basic encryption concepts
  • Character encoding

License

Open source for educational purposes.