HACKERALERT / Picocrypt

A very small, very simple, yet very secure encryption tool.
GNU General Public License v3.0
2.42k stars 145 forks source link

"Cancel" has no effect #161

Closed hakavlad closed 1 year ago

hakavlad commented 1 year ago

pico subj

HACKERALERT commented 1 year ago

Yeah this is just me being lazy and not wanting to add more case handling code. I assumed that most people won't be encrypting more than 1GB in deniability mode, but I guess not 🤷. Let me think about what to do about this for a bit.

On Sat, Jun 3, 2023, 7:12 a.m. Alexey Avramov @.***> wrote:

[image: pico] https://camo.githubusercontent.com/006e4c5718cad302e6e31885edcf9a1f3ae7d44d18dadc15f8d4a622469056f4/68747470733a2f2f692e696d6775722e636f6d2f5a79504e495a512e706e67 subj

— Reply to this email directly, view it on GitHub https://github.com/HACKERALERT/Picocrypt/issues/161, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALUMDTFSNQJQUVHKBA3ML4TXJML2XANCNFSM6AAAAAAYZHIEB4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

HACKERALERT commented 1 year ago

Okay, I'm deciding to not do anything about it. I think I've made it fairly clear in the documentation that the deniability feature is not for most people, so for the few who will need to use it, I think they can bear a few minutes of wait time for the benefit of deniability. I don't want to add too much new code for a feature that not many users will need. Also, I don't know if you already noticed, but the Cancel button is greyed out (intentionally), which is why it's not working/unresponsive.

hakavlad commented 1 year ago

OK thanks