ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
encrypt.hpp
Go to the documentation of this file.
1
6
7
8#pragma once
9
10#include "encrypt_str_utils.hpp"
11#include "encrypt_aes256.hpp"
12#include "encrypt_base64.hpp"
13
14namespace secure::encrypt {
15
16
17
18} // namespace secure::encrytp
Encrypt AES256 Utility Header.
Base64 Encode/Decode Utility Header.
String Utility Header.