c求加密解密的大眾方法,C 求加密解密的大眾方法

2021-12-28 09:01:17 字數 1553 閱讀 3601

1樓:匿名使用者

.net庫都已經封裝好了的,你都覺得麻煩啊???那你就按照樓上那位說的轉成2進位制唄。或者每個位元組+1,都很簡單了。

2樓:呂建鷗

//預設金鑰向量

private static byte keys = ;

////// des加密字串

////// 待加密的字串

/// 加密金鑰,要求為8位

/// 加密成功返回加密後的字串,失敗返回源串

public static string encryptdes(string encryptstring, string encryptkey)

catch

}///

/// des解密字串

////// 待解密的字串

/// 解密金鑰,要求為8位,和加密金鑰相同

/// 解密成功返回解密後的字串,失敗返源串

public static string decryptdes(string decryptstring, string decryptkey)

catch

}自定義一個8位的金鑰,加密解密的時候一樣就可以了

例如:加密:encryptdes("要加密的字串", "azjmerbv");

解密:decryptdes("要解密的字串", "azjmerbv");

3樓:匿名使用者

這個比較perfect!其實自己google一下 c# encrypt, 也能搜到很多類似的。

public class crypto

}outstr = convert.tobase64string(msencrypt.toarray());}}

finally

// return the encrypted bytes from the memory stream.

return outstr;

}///

/// decrypt the given string. assumes the string was encrypted using

/// encryptstringaes(), using an identical sharedsecret.

////// the text to decrypt.

/// a password used to generate a key for decryption.

public static string decryptstringaes(string ciphertext, string sharedsecret)}}

finally

return plaintext;

}private static byte readbytearray(stream s)

byte buffer = new byte[bitconverter.toint32(rawlength, 0)];

if (s.read(buffer, 0, buffer.length) != buffer.length)

return buffer;}}

用c語言設計簡單地加密算,解密演算法,並說明其中的原理

恰巧這兩天剛看的一種思路,很簡單的加密解密演算法,我說一下吧。演算法原理很簡單,假設你的原密碼是a,用a與數b按位異或後得到c,c就是加密後的密碼,用c再與數b按位異或後能得回a。即 a異或b 異或b a。用c實現很簡單的。這就相當於,你用原密碼a和特定數字b產生加密密碼c,別人拿到這個加密的密碼c...

急求 加密PDF檔案怎麼解密或者轉換為格式?是有口令

下一個cajviewer7.0,我從天空下的,昨天剛用過,不過就是先轉成txt,你自己再轉成word,版式就要手支調一下了 有專業的pdf解密軟體 pwdremover 可以過行解密,要解密後才能轉換為eord格式 轉換方法操作步驟 1.首先用acrobat 9.0軟體開啟需要轉換的pdf文件 2....

求破解高強度資料夾加密大師隱藏加密的方法

新建一個資料夾,然後在檔案裡建立一個文字檔案,然後拷貝加密軟體到這個資料夾裡,執行加密軟體,把密碼設定為 1 然後生成了加密後的資料夾,用winrar開啟這個資料夾,把裡面的 desktop.ini 刪除掉,然後關閉winrar,把 thumbs.db.資料夾改名,把後面的數字全部去掉,只剩下 th...