florinpop17 / app-ideas

A Collection of application ideas which can be used to improve your coding skills.
https://iCodeThis.com/?ref=app-ideas
MIT License
80.84k stars 9.59k forks source link

Data encryption tool within png image #916

Open smitthakore opened 3 weeks ago

smitthakore commented 3 weeks ago

Simple encryption to hide data within images Storing your account passwords or licenses in your notes is unsafe and using an online password manager tool can leak data if you lose the account credentials itself.

Implement encryption and then use steganography to hide it in an png image Encrypt the data using any encryption that lies within the scope of implementation. I recommend a multiple layers like using AES with any other custom technique. Finally hide the encrypted data in an image using steganography.

Context encrypt your data let's say your SSN. select a image of yourself and then hide your SSN within your selfie and nobody would even suspect even if your phone gets hacked.