这是indexloc提供的服务,不要输入任何密码
Skip to content

orion29/Ciphertext-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ciphertext-Classification

Dataset:

 Training Set:  2000  ciphertexts each 1344 byte long
 Validation Set:  1000  cipher texts each 1344 byte long  

Classes

Blowfish

Blowfish is a symmetric-key block cipher, designed in 1993 by Bruce Schneier and included in many cipher suites and encryption products. Blowfish provides a good encryption rate in software and no effective cryptanalysis of it has been found to date.

AES

The more popular and widely adopted symmetric encryption algorithm likely to be encountered nowadays is the Advanced Encryption Standard (AES). It is found at least six time faster than triple DES. The features of AES are as follows −

  • Symmetric key symmetric block cipher
  • 128-bit data, 128/192/256-bit keys
  • Stronger and faster than Triple-DES
  • Provide full specification and design details
  • Software implementable in C and Java

DES3

In cryptography, Triple DES (3DES or TDES), officially the Triple Data Encryption Algorithm (TDEA or Triple DEA), is a symmetric-key block cipher, which applies the DES cipher algorithm three times to each data block.

Tf-Idf vectorizer + SVM (multi class)

 Results:
     Training set accuracy : 49 %      Validation set accuracy : 45%

Histogram Method :

 SVM(multi class) Results:
     Training set accuracy : 100 %      Validation set accuracy : 91.6%
     
 Random Forest Classifier(multi class):
     Training set accuracy : 99.7 %      Validation set accuracy : 99.5%         

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published