avirajdongare / BooleanAutocrats

Hacktoberfest 2022 contribution repository!✨ Add your valuable contributions to open source python scripts and much more, tools and projects.
MIT License
6 stars 29 forks source link

Image Steganography using python #65

Open avirajdongare opened 1 year ago

avirajdongare commented 1 year ago

Steganography is the process of hiding a secret audio/video/text within a larger one in such a way that someone cannot know the presence or contents of the hidden audio/video/text. Steganography is, many times, confused with cryptography as both the techniques are used to secure information. The difference lies in the fact that steganography hides the data so that nothing appears out of ordinary while cryptography encrypts the text, making it difficult for an out sider to infer anything from it even if they do attain the encrypted text.

Chiragk26 commented 1 year ago

Kindly check my PR on this and merge it. @avirajdongare