|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
AES-256加密算法实现 更多...
类 | |
| struct | neforce::AES256 |
| AES-256加密算法结构体 更多... | |
函数 | |
| string | neforce::aes256_encrypt (const string_view data, const string_view key_hex) |
| AES-256加密函数 | |
| string | neforce::aes256_decrypt (const string_view encrypted_hex, const string_view key_hex) |
| AES-256解密便捷函数 | |