NIRMAL1508 / SECURITY-PACKAGE

Security Package is a package that includes several security modules - Ciphers, Image Encryption and Decryption, Audio Encryption and Decryption, Steganography, Background Removal, OTP Generation and Authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Package offers various security features to a broad category of data storage options

  • Steganography - Hides a text value to an image by modifying the RGB values of pixels

  • Text Encryption and Decryption - Various Algorithms are used

  • Image Encryption and Decryption

  • Audio Encryption and Decryption

  • Background Image Removal for a live video capture

Following are the dependencies:

  • streamlit
  • mediapipe
  • opencv
  • Cryptography
  • PIL
  • numpy
  • matplotlib

To run the streamlit application, clone the repository and create an environment with all the necessary dependencies.

Activate the environment and run: streamlit run "path to package_streamlit.py"

About

Security Package is a package that includes several security modules - Ciphers, Image Encryption and Decryption, Audio Encryption and Decryption, Steganography, Background Removal, OTP Generation and Authentication.

License:MIT License


Languages

Language:Python 100.0%