傳輸資料加解密,再以非對稱式加密法中...Data Encryption Standard (DES) algorithm,Fast ...經triple DES CBC 演算法對私密金鑰做加密或解 密.使用者可從網站下載NCNUCA的憑證產生程式,自行產生
標簽: Encryption DES algorithm Standard
上傳時間: 2015-03-20
上傳用戶:shawvi
Status CreateSMatrix(RLSMatrix &M) { // 創建稀疏矩陣M int i triple T Status k printf("請輸入矩陣的行數,列數,非零元素數:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 為以下比較做準備 for(i=1 i<=M.tu i++) { do {
標簽: Status CreateSMatrix RLSMatrix triple
上傳時間: 2013-12-22
上傳用戶:shanml
Introducing the world s most sensitive triple quad.
標簽: Introducing sensitive triple world
上傳時間: 2017-02-04
上傳用戶:372825274
基于triple DES的文件加密,可以對任意文件進行加密
上傳時間: 2014-01-27
上傳用戶:cjl42111
A pure python module which implements the DES and triple-DES encryption algorithms. triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
標簽: implements triple-DES algorithms encryption
上傳時間: 2017-05-06
上傳用戶:邶刖
A triple-DES implementation written in C by Richard Outerbridge. Copyrighted but can be freely used.
標簽: implementation Outerbridge Copyrighted triple-DES
上傳時間: 2017-09-01
上傳用戶:1079836864
使用VB寫的加密算法庫,包括Blowfish, IDEA, triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD5, and RipeMD), 還有 Huffman和Base64算法.
上傳時間: 2014-12-21
上傳用戶:zhichenglu
基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進行編繹, 而且最后的結果也可以在MATLAB下顯示出來, This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.
上傳時間: 2013-12-23
上傳用戶:redmoons
源碼開放的加密軟件。最新版本!!可以在一個文件內部創建多樣化的加密磁盤并且將其配置為一個可以通過一個驅動器盤符訪問的虛擬磁盤.任何存儲在該虛擬磁盤上的文件可以被自動地實時加密,并且只有當使用正確的密碼或者密匙配置時才可以訪問. TrueCrypt 支持多樣化的加密算法,包括 AES-256, Blowfish (448-bit key), CAST5, Serpent, triple DES 和 Twofish.其它的功能包括 FAT32 或者 NTFS 格式的支持,隱藏卷。
上傳時間: 2015-11-08
上傳用戶:dancnc
Rijndael(讀作rain-dahl)是由美國國家標準與技術協會(NIST)所選的高級加密標準(AES)的候選算法。它是從最后的5個候選方案中選出的,而這5個候選方案又是從剛開始的15個算法中選出的。今后的幾年內,在許多密碼術的應用中Rijndael將逐步取代數據加密標準(DES)以及后來的triple DES。
標簽: rain-dahl Rijndael NIST AES
上傳時間: 2014-01-09
上傳用戶:xieguodong1234