弱密碼算法簡單匯總


整理一下非安全的弱密碼算法,在使用時要注意。

一、加解密算法(cipher)

3des_cbc 3DES algorithm des_cbc DES algorithm aes128_cbc AES128 algorithm aes128_ctr AES128_CTR algorithm
aes192_cbc  AES192 algorithm aes192_ctr AES192_CTR algorithm aes256_cbc AES256 algorithm aes256_ctr AES256_CTR algorithm
blowfish_cbc BLOWFISH algorithm RC4 128 algorithm RC4 256 algorithm  

 

二、密鑰協商算法(key exchange)

dh_group1_sha1 dh_group_exchange_sha1 dh_group14_sha1 sm2_kep

三、數字簽名算法 

dsa-512 dsa-1024

四、HMAC算法

hmac-md4 hmac-md5 hmac-md5-96 hmac-sha1-96
hmac-sha2-256-96      

五、小結

其中group14以下,以及DES、3DES、blowfish目前都已被認為是不安全的算法,要禁用。其中SHA1算法不允許在2020年以后使用,也應該禁用。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM