ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
encrypt_str_utils.hpp
Go to the documentation of this file.
1
6#pragma once
7
9
10namespace secure::encrypt {
11
18 void removeDashInUUID(std::string& uuid);
19
28 int addPadding(std::string& s, char fill, size_t len);
29
30} // end of encrypt
Ains Secure Library Common Headers.
void removeDashInUUID(std::string &uuid)
UUID 대쉬 제거
Definition encrypt_str_utils.cpp:11
int addPadding(std::string &s, char fill, size_t len)
addPadding
Definition encrypt_str_utils.cpp:18