CppSecurity  1.1.1.0
C++ Security Library
Classes | Namespaces | Enumerations
cipher.h File Reference

Cipher definition. More...

#include "password.h"
#include <memory>
#include <openssl/evp.h>

Go to the source code of this file.

Classes

class  CppSecurity::Cipher
 Cipher. More...
 

Namespaces

 CppSecurity
 

Enumerations

enum class  CppSecurity::CipherAlgorithm {
  CppSecurity::AES128 , CppSecurity::AES192 , CppSecurity::AES256 , CppSecurity::ARIA128 ,
  CppSecurity::ARIA192 , CppSecurity::ARIA256 , CppSecurity::Camellia128 , CppSecurity::Camellia192 ,
  CppSecurity::Camellia256
}
 Cipher algorithm. More...
 

Detailed Description

Cipher definition.

Author
Ivan Shynkarenka
Date
20.11.2022

Definition in file cipher.h.