You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: