use block_modes::{BlockMode, Cbc}; use base64::{encode, decode};. /** 加密**/ pub fn encrypt(data: String,keystr: String,ivstr: String) ...
確定! 回上一頁