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

Divide image into sections to be encrypted/decrypted individually #17

Open
Aniq55 opened this issue Nov 22, 2017 · 6 comments
Open

Divide image into sections to be encrypted/decrypted individually #17

Aniq55 opened this issue Nov 22, 2017 · 6 comments

Comments

@Aniq55
Copy link
Member

Aniq55 commented Nov 22, 2017

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
Copy link
Contributor

I would like to work on this issue, please provide more details for an approach.

@Aniq55
Copy link
Member Author

Aniq55 commented Nov 24, 2017

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
Copy link
Member Author

Aniq55 commented Dec 2, 2017

@HarshKhatore you wanted to discuss this, right?

@HarshKhatore
Copy link
Contributor

HarshKhatore commented Dec 2, 2017

@Aniq55 Yes, sure.

@Aniq55
Copy link
Member Author

Aniq55 commented Dec 2, 2017

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
Copy link
Contributor

I would like to work on this issue.

@Aniq55 Aniq55 changed the title Divide image into sections to be encryptes/decrypted individually Divide image into sections to be encrypted/decrypted individually Dec 28, 2017
@Aniq55 Aniq55 added Algorithm and removed assigned labels Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants