|
easyVim
1.0
a simple vim-like text editor
|
easyVim加密解密模块 More...
#include "encrypt.hpp"
Functions | |
| bool | ev::encrypt (std::vector< std::string > *input, std::vector< std::string > *output, std::string key, EV_ENCRYPT_TYPE evType) |
| bool | ev::decrypt (std::vector< std::string > *input, std::vector< std::string > *output, std::string key, EV_DECRYPT_TYPE evType) |
easyVim加密解密模块
| bool ev::decrypt | ( | std::vector< std::string > * | input, |
| std::vector< std::string > * | output, | ||
| std::string | key, | ||
| EV_DECRYPT_TYPE | evType = EV_DECRYPT_AES_BEGIN |
||
| ) |
@function 解密接口
| bool ev::encrypt | ( | std::vector< std::string > * | input, |
| std::vector< std::string > * | output, | ||
| std::string | key, | ||
| EV_ENCRYPT_TYPE | evType = EV_ENCRYPT_AES_BEGIN |
||
| ) |
@function 加密接口