easyVim  1.0
a simple vim-like text editor
Functions
encrypt.cpp File Reference

easyVim加密解密模块 More...

#include "encrypt.hpp"
Include dependency graph for encrypt.cpp:

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)
 

Detailed Description

easyVim加密解密模块

Author
Super@redhecker

Function Documentation

◆ decrypt()

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 解密接口

◆ encrypt()

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 加密接口