ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
|
Base64 Encode/Decode Utility Header. More...
#include <secure/common/common.hpp>
Go to the source code of this file.
Functions | |
size_t | secure::encrypt::encodeBase64 (const uint8_t *src, size_t src_len, std::string &dst) |
base64 인코딩 | |
std::string | secure::encrypt::encodeBase64 (std::string_view src) |
base64_encode std::string_view버전 인터페이스 | |
size_t | secure::encrypt::decodeBase64 (const std::string &src, uint8_t *dst) |
base64 디코딩 (복호화) | |
std::string | secure::encrypt::decodeBase64 (std::string_view src) |
base64 디코딩 | |
Base64 Encode/Decode Utility Header.
size_t secure::encrypt::decodeBase64 | ( | const std::string & | src, |
uint8_t * | dst ) |
base64 디코딩 (복호화)
[in] | src | 소스 문자열 |
[out] | dst | 결과 버퍼 |
std::string secure::encrypt::decodeBase64 | ( | std::string_view | src | ) |
base64 디코딩
base64_decode() std::string버전 인터페이스
src |
size_t secure::encrypt::encodeBase64 | ( | const uint8_t * | src, |
size_t | src_len, | ||
std::string & | dst ) |
base64 인코딩
[in] | src | 소스 버퍼 |
[in] | src_len | 소스 길이 |
[out] | dst | 결과 문자열 |
std::string secure::encrypt::encodeBase64 | ( | std::string_view | src | ) |
base64_encode std::string_view버전 인터페이스
[in] | src |