AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
aui::crypt

aui::crypt is an decryption/encryption/hash library. More...

Detailed Description

aui::crypt is an decryption/encryption/hash library.

Namespaces

namespace  AHash
 Various hash functions.
 

Classes

class  ARsa
 Stores public and/or private RSA key. More...
 
class  AX509
 x509 certificate object. More...
 
class  AX509Store
 x509 certificate store object. More...
 

Functions

API_AUI_CRYPT _< AByteBufferACrypto::safeRandom ()
 (Probably) safe random based on multiple sources. More...
 

Function Documentation

◆ safeRandom()

_< AByteBuffer > ACrypto::safeRandom ( )

(Probably) safe random based on multiple sources.

Returns
buffer with random length of random data.