omemo / gajim-omemo

Gajim plugin for OMEMO Multi-End Message and Object Encryption
87 stars 7 forks source link

Native encrpytion/decryption #93

Closed lovetox closed 8 years ago

lovetox commented 8 years ago

Using the cryptography lib native encryption/decryption is possible

There is a fallback to the old way if cryptography is not installed

cippaciong commented 8 years ago

Hi, should I add python2-cryptography as a dependency in the PKGBUILD in order to use the native encryption/decryption?

lovetox commented 8 years ago

yeah if that is possible do it, the lib is also needed for httpplugin encryption and image_preview_viewer

cippaciong commented 8 years ago

Ok, I'll do it in the next release then, thanks.

lovetox commented 8 years ago

could you download newest head and check if everything works?

if you look at the log the first line indicates if you use fast or slow encryption

though on a modern system you will not really see a difference, this is mostly for old netbooks

cippaciong commented 8 years ago
07/30/2016 00:36:02 (D) gajim.plugin_system.omemo Using fast cryptography

It's working