How to encrypt and decrypt a file with Qt/C++?

前端 未结 5 2037
执笔经年
执笔经年 2020-12-14 04:58

I want to create a program, which can encrypt and decrypt a complete file with an individual password. Is there any way to manage this in Qt and/or C++ and how?

5条回答
  •  旧时难觅i
    2020-12-14 05:07

    I've never used it myself, but I've heard great things about QCA. It's cross platfrom, uses a Qt-style API and Qt datatypes.

提交回复
热议问题