Skip to content

Prabhas21k/Image-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption and Decryption Web Application

Overview

This project is a simple web-based encryption and decryption tool that allows users to encode and decode text using JavaScript-based algorithms. It provides a user-friendly interface for secure text processing.

Features

Encrypt text using Base64 encoding.

Decrypt Base64 encoded text back to its original form.

Simple and intuitive web interface.

No external dependencies required.

Works directly in the browser.

Technologies Used

        HTML

        CSS

        JavaScript

Installation

Clone the repository:

        git clone https://github.com/yourusername/encryption-decryption-tool.git

        Navigate to the project directory:

        1 cd encryption-decryption-tool

        2 Open index.html in a browser.

Usage

    1 click on encryt and Choose the image Enter a key 

    2 Click the "Encrypt"  button and download the encrypted text file

    3 click on decrypt and select the text file and enter key

    4 Click the "Decrypt" button to retrieve the original image

File Structure

/encryption-decryption-tool │── index.html # Main UI file │── encrypt.html # Encryption page │── decrypt.html # Decryption page │── encrypt.js # JavaScript for encryption logic │── decrypt.js # JavaScript for decryption logic │── script.js # Main application logic │── styles.css # Styling for UI └── README.md # Project documentation

Future Enhancements

Implement stronger encryption algorithms like AES and RSA.

Add password-protected encryption.

Create a backend service for key management.

License

This project is open-source and available under the MIT License.

Contact

Email: [prabhask0096@gmail.com]

GitHub: [Your GitHub Repository]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors