Divide image into sections to be encrypted/decrypted individually
Opened this issue · 6 comments
Aniq55 commented
Create a new file to encrypt/decrypt the images by dividing them into R x C
blocks.
- R and C to be extracted from the password.
- Each block's H and W is used to encrypt/decrypt it
- Number of iterations= N
- Find the optimum value of N for encryption of highest efficiency
HarshKhatore commented
I would like to work on this issue, please provide more details for an approach.
Aniq55 commented
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.
Aniq55 commented
@HarshKhatore you wanted to discuss this, right?
HarshKhatore commented
@Aniq55 Yes, sure.
Aniq55 commented
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
amitsharma1919 commented
I would like to work on this issue.