std::cout << "加密后: " << XorEncrypt(xor_string, "lyshark").c_str() << std::endl; system("pause"); return 0; } 運(yùn)行后對(duì)特定字符串異或處理,如下圖; BASE64加解密 Base64 是一種常見(jiàn)的編碼和解碼算法,用于將二進(jìn)制數(shù)據(jù)轉(zhuǎn)換成可打印的 ASCII 字符串,以及將這樣的字符串還原回二進(jìn)制數(shù)據(jù)。
www.dbjr.com.cn/program/306005q...htm 2025-6-15