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

Detailed Description

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

Classes

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

Function Documentation

◆ safeRandom()

_< AByteBuffer > ACrypto::safeRandom ( )

(Probably) safe random based on multiple sources.

Returns
buffer with random length of random data.