XCF-Babble / babble

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

Investigate obfuscating ciphertext #23

Closed kkuehlz closed 5 years ago

kkuehlz commented 5 years ago

A paper was released recently that describes novel methods for encoding text inside of a language model. The example implementation can be found here. Babble could give users the option to hide their text this way.

Because this requires mountains of work, this is mostly here as a reminder and will not be worked on anytime soon.

kkuehlz commented 5 years ago

After some brief investigation I have decided this will not be feasible. Just the pytorch download is over half a gigabyte, and the neural net very likely requires GPUs to perform efficiently. This will be too much overhead for users. We would need to setup an API for the extension to hit, and I would prefer to keep everything client side.

yvbbrjdr commented 5 years ago

Oh RIP.