Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.14 KB

File metadata and controls

19 lines (14 loc) · 1.14 KB
Screenshot_25-7-2026_15127_sidsimo github io

🔒 Base64 Encoder & Decoder (موقع تشفير وفك تشفير النصوص)

A lightweight and user-friendly web application designed to encode plain text into Base64 format and decode Base64 strings back to readable text.

✨ Features

  • Two-Way Conversion: Easily switch between text encryption (encoding) and decryption (decoding).
  • Clear Layout: Divided into three simple sections: Input Text, Live Result, and an informative Footer.
  • Instant Processing: Processes string manipulation smoothly on the client side using JavaScript.

🚀 Live Demo

Try out the live tool here:
🔗 Live Demo

🛠️ Built With

  • HTML5 - Layout structure containing textareas, dropdown selections, and headers.
  • CSS3 - Custom UI styling featuring a distinctive coral header accents and dark footer theme.
  • JavaScript (Vanilla) - Handles the internal encoding (btoa) and decoding (atob) logic dynamically.