omnone / pyRanoid

A Python program for advanced file encryption and steganography. It uses AES 256 encryption to secure your files and hides them within images using steganography techniques.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyRanoid đź”’ Tests CodeQL

PyRanoid is a Python program designed to provide advanced encryption and steganography capabilities for your files. It utilizes AES 256 encryption to securely encrypt your files and then employs steganography techniques to hide the encrypted data within an image. Currently tested with Python 3.9.

Requirements

  • Python 3.9 or higher
  • Dependencies (listed in the requirements.txt file)
  • OpenSSL

Contributing

Contributions to PyRanoid are welcome! If you encounter any issues or have ideas for enhancements, please feel free to submit a pull request or create an issue in the project's repository.

About

A Python program for advanced file encryption and steganography. It uses AES 256 encryption to secure your files and hides them within images using steganography techniques.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%