NITDgpOS/SecureSnaps

Divide image into sections to be encrypted/decrypted individually

Opened this issue · 6 comments

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

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.