XCF-Babble / babble

说都不会话了。
GNU General Public License v3.0
66 stars 9 forks source link

Add support for encryption/decrypt from HTML Textareas. #62

Open bkero opened 5 years ago

bkero commented 5 years ago

It would be neat and useful to be able to use Babble to arbitrarily encrypt and decrypt from HTML textareas located on various web pages.

yvbbrjdr commented 5 years ago

Sorry, can you elaborate on this feature a bit? If it's encrypting/decrypting the text in place in the textareas, we are actually actively avoiding implementing this feature, as websites might have event listeners on those textareas and steal the plain text from the user, which defeats the purpose of Babble. That's why we, in our design, only put encryption/decryption and decrypted text outside the reach of the webpage.

That said, context menu decryption (which shows the decrypted text in the iframe) is in our plan.