TextareaCache icon indicating copy to clipboard operation
TextareaCache copied to clipboard

Add encryption support for the text saved.

Open lapineige opened this issue 7 years ago • 3 comments
trafficstars

It would be nice to add encryption support (for instance with Firefox's Master Password ?), because the cached text can leak a lot of information. Auto-clearing the cache (as in #21 #18) can also protect the user, but in another way (and both can be combined).

lapineige avatar Jan 03 '18 19:01 lapineige

Hi @lapineige,

Thanks for raising this idea. It is a good-to-have feature. I will think how to implement it. And it would be a configurable function.

It might make its performance worse, after all, encryption need time.

But I think my users do need this, thanks a lot!

wildskyf avatar Jan 04 '18 03:01 wildskyf

Thanks for raising this idea. It is a good-to-have feature. I had this in the previous extension (Lazarus) I used for that.

And it would be a configurable function. Cool :)

It might make its performance worse, after all, encryption need time.

It's just a small piece of text, I don't think it will be noticeable.

But I think my users do need this, thanks a lot!

Thanks for your work on this extension :)

lapineige avatar Jan 04 '18 23:01 lapineige

I guess encryption is not implemented as of now. Where is the text saved (in firefox profile) ?

GeorgeRookie avatar Aug 14 '23 14:08 GeorgeRookie