imgman
imgman copied to clipboard
Adding Functions For Encryption and Decryption of Image
Add Function to Encrypt and Image which should take path of the image as an argument. Decrypt Function To Decrypt the image and it must also take the path of image!
Hey, I'm looking for an issue to contribute to, what do you mean by encrypting and decrypting an image? When will this function be called? I'm skimming through the repo, is it supposed to be a member method of the ProcessImage
class in views.py?
Hey, I'm looking for an issue to contribute to, what do you mean by encrypting and decrypting an image? When will this function be called? I'm skimming through the repo, is it supposed to be a member method of the
ProcessImage
class in views.py?
Hey Irocha you can add functions in the file called Helpers.py which is present in sinimg. Also you can google about encryption and decryption. Let me know if you would like to work on this
Hey @kailashchoudhary11 there is already encrypt_image and decrypt_image functions in Helpers.py file, so what exactly you want to do ?
Hey @kailashchoudhary11 there is already encrypt_image and decrypt_image functions in Helpers.py file, so what exactly you want to do ?
Yep there is one But, there are many other techniques of encryption and decryption So you could implement any other
Hey @kailashchoudhary11 there is already encrypt_image and decrypt_image functions in Helpers.py file, so what exactly you want to do ?
Yep there is one But, there are many other techniques of encryption and decryption So you could implement any other
Ok assign this to me i will try to use cryptography module for encryption and decryption.
@LucasRochaAbraao @mitanshudodia You'll can join discord server and we can discuss over there. Link is in the Readme File
Can i work on this issue?
@kailashchoudhary11
@kailashchoudhary11
Yep
@kailashchoudhary11
which algorithm will you be implementing?
Using pycrypto
Okay Go Ahead ! @bhoopesh369
PR #58
@kailashchoudhary11
PR #60