-
Notifications
You must be signed in to change notification settings - Fork 23
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
Divide image into sections to be encrypted/decrypted individually #17
Comments
I would like to work on this issue, please provide more details for an approach. |
Assigned to @HarshKhatore @amitsharma1919 Sure Harsh, I'll be updating the README with more details on how the current algorithm works and what changes are required to make the whole process better and this issue is one way to do it. |
@HarshKhatore you wanted to discuss this, right? |
@Aniq55 Yes, sure. |
smaller pictures are encrypted with higher accuracy, so by dividing an image into smaller images and encrypting those portions will increase the overall accuracy of encryption. @HarshKhatore |
I would like to work on this issue. |
Create a new file to encrypt/decrypt the images by dividing them into
R x C
blocks.The text was updated successfully, but these errors were encountered: