How to stop encryption/decryption during process?
Raj-Kumar-Mishra opened this issue · 2 comments
Raj-Kumar-Mishra commented
Sir, I want to stop encryption/decryption during process in my project. But I don't know how to do that please help. I don't care if my file get corrupted. I just want to stop encryption/decryption during its process..
Thank u!!!!!!
marcobellaccini commented
Hi,
your question is not about pyAesCrypt but about programming in general.
Anyway...
Maybe you can play with threads (but beware: you're probably trying to do something that a good programmer would disapprove).
Raj-Kumar-Mishra commented
Thank u! So much..