Skip to content

blake437/Text-File-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text File Encryptor

A simple, browser-based tool to encrypt and decrypt text or files using AES (Advanced Encryption Standard). No installation or backend required—just open and use.

Features

  • Encrypts and decrypts text or files using AES
  • Modern, user-friendly web interface
  • Runs entirely in your browser
  • No data is sent to any server

Getting Started

  1. Clone or download the latest release of this repository.
  2. Open index.html in your preferred web browser.
  3. Start encrypting or decrypting your text or files securely.

Usage

  1. Enter or upload the text/file you want to encrypt or decrypt.
  2. Provide your encryption key (password).
  3. Click the "Encrypt" or "Decrypt" button to process your data.
  4. Copy or download the result as needed.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • AES

License

This project is licensed under The Unlicense. See the LICENSE file for details.

Contributing

Suggestions and contributions are welcome! Feel free to open issues or submit pull requests.

Acknowledgments

  • Inspired by the need for simple, client-side encryption
  • Uses AES: a well-known, secure encryption standard