我使用DCPcrypt庫找到here。 這裏是一個小碼加密字符串 InitializationVector: AnsiString;
const Key: Ansistring = 'keykeykeykey';
// Encrypt a string and return the Base64 encoded result
function Encrypt(DataToEncrypt: a
代碼我使用(XE): // Encrypt a string and return the Base64 encoded result
function Encrypt(DataToEncrypt: ansistring):ansistring;
const Key: Ansistring = 'keykey';
KeySize = 32; // 32 bytes = 256 bit
你好,我想通過Rijaendal加密/解密一個字符串。 我根本無法弄清楚爲什麼解密爆炸。我總是以不正確的填充錯誤結束。拋出我的一件事就是我作爲HEX數組返回的加密結果。它有14個字節的長度。在我的解密函數中,相同的字節數組在從HEX轉換後最終有16個字節。 任何幫助,將理解: using System;
using System.Collections.Generic;
using Syste