Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data encryption tool within png image #916

Open
smitthakore opened this issue Oct 28, 2024 · 0 comments
Open

Data encryption tool within png image #916

smitthakore opened this issue Oct 28, 2024 · 0 comments

Comments

@smitthakore
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant