QuasarApp / Qt-Secret

Simple encryption library supporting RSA and AES algorithms.
https://quasarapp.ddns.net:3031/docs/QuasarApp/Qt-Secret/latest/index.html
GNU Lesser General Public License v3.0
243 stars 69 forks source link

Support protocol buffers (protobuf) #99

Closed nsourligas closed 2 years ago

nsourligas commented 2 years ago

Hi,

Does anyone know if Qt-Secret is supporting the usage of protocol buffers (protobuf) ?

Because I tried to encode and decode (AES-256 CBC) a QByteArray with protobuf data and after decoding it's unable to retrieve the correct information.

nsourligas commented 2 years ago

It works perfectly with protobuf!

The problem was that I wasn't passing the already decoded QByteArray when removing padding.

Sorry for bothering you without any particular reason.