Git Product home page Git Product logo

cryptoqq's Introduction

CryptoQQ

Qt-Extensions to the CryptoPP library

Features

Currently provides the following special classes:

  • QIODeviceSource: A CryptoPP::Source to work with QIODevice
  • QByteArraySource: A CryptoPP::Source to work with QByteArray
  • QIODeviceSink: A CryptoPP::Sink to work with QIODevice
  • QByteArraySink: A CryptoPP::Sink to work with QByteArray

Note: CryptoPP itself is NOT included in the package. You will have to install it seperately and add it to the project that uses CryptoQQ. Because of that reason, this package is only available as qpmx source package and not as compiled one.

Installation

The package is provided via qdep, as Skycoder42/CryptoQQ. To use it simply:

  1. Install and enable qdep (See qdep - Installing)
  2. Add the following to your pro file:
QDEP_DEPENDS += Skycoder42/CryptoQQ
!load(qdep):error("Failed to load qdep feature! Run 'qdep.py prfgen --qmake $$QMAKE_QMAKE' to create it.")

You will have to install CryptoPP and add the library to your project. In case your working on unix/linux and want to use the CryptoPP provided by your distro, you can use pkgconfig:

CONFIG += link_pkgconfig
PKGCONFIG += libcrypto++ #or however it is called for your distro

cryptoqq's People

Contributors

skycoder42 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.