About Anaconda Help Download Anaconda

Qt Cryptographic Architecture (QCA) provides a straightforward and cross-platform crypto API, using Qt datatypes and conventions.

copied from cf-staging / qca

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v2.3.9
  • linux-aarch64 v2.3.9
  • linux-ppc64le v2.3.9
  • osx-64 v2.3.9
  • osx-arm64 v2.3.9
  • win-64 v2.3.9
  • win-32 v2.1.3

conda install

To install this package run one of the following:
conda install conda-forge::qca
conda install conda-forge/label/cf201901::qca
conda install conda-forge/label/cf202003::qca
conda install conda-forge/label/gcc7::qca

Description

Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. The advantage of this model is to allow applications to avoid linking to or explicitly depending on any particular cryptographic library. This allows one to easily change or upgrade crypto implementations without even needing to recompile the application! QCA should work everywhere Qt does, including Windows/Unix/MacOSX.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy