|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
AES-256加密算法实现 更多...
类 | |
| struct | AES256 |
| AES-256加密算法结构体 更多... | |
函数 | |
| NEFORCE_ALWAYS_INLINE_INLINE string | aes256_encrypt (const string_view data, const string_view key_hex) |
| AES-256加密便捷函数 | |
| NEFORCE_ALWAYS_INLINE_INLINE string | aes256_decrypt (const string_view encrypted_hex, const string_view key_hex) |
| AES-256解密便捷函数 | |