Difference between revisions of "Sage Cross Reference Table of Wishes and Availability"

From YobiWiki
Jump to navigation Jump to search
m
Line 12: Line 12:
 
| ::Twofish || || || || ||
 
| ::Twofish || || || || ||
 
|-
 
|-
| ::Idea || || || || ||
+
| ::Idea || || P || || ||
 
|-
 
|-
| ::DES || || || || ||
+
| ::DES || || P || || ||
 
|-
 
|-
| ::3DES || || || || ||
+
| ::3DES || || P || || ||
 
|-
 
|-
| ::AES || || || || ||
+
| ::AES || || P || || ||
 
|-
 
|-
 
| ::Present || || || || ||
 
| ::Present || || || || ||
Line 34: Line 34:
 
| ::GCM || || || || ||
 
| ::GCM || || || || ||
 
|-
 
|-
| ::ECB || || || || ||
+
| ::ECB || || P* || || ||
 
|-
 
|-
| ::CBC || || || || ||
+
| ::CBC || || P* || || ||
 
|-
 
|-
 
| ::CTR || || || || ||
 
| ::CTR || || || || ||
Line 90: Line 90:
 
|'''One-way functions'''|| || || || ||
 
|'''One-way functions'''|| || || || ||
 
|-
 
|-
| || || || || ||
+
| MD5 || || P || || ||
  +
|-
  +
| SHA Family || || P (SHA-1 & 256)|| || ||
  +
|-
  +
| Whirlpool || || || || ||
  +
|-
  +
| RipeMD || || || || ||
  +
|-
  +
| MDC-2 || || || || ||
  +
|-
  +
| RadioGatun || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| || || || || ||
 
|-
 
|-
 
|'''Public-key cryptography'''|| || || || ||
 
|'''Public-key cryptography'''|| || || || ||
  +
|-
  +
| '''ECC''' || || || || ||
 
|-
 
|-
 
| || || || || ||
 
| || || || || ||
  +
|-
  +
| || || || || ||
  +
|-
  +
| '''Other''' || || || || ||
  +
|-
  +
| RSA || P** || || || ||
  +
|-
  +
| DSA || P || || || ||
  +
|-
  +
| ElGamal || P || || || ||
  +
|-
  +
| DH || || || || ||
  +
|-
  +
| XTR || || || || ||
  +
|-
  +
| Paillier || || || || ||
  +
|-
  +
| NTRUE || || || || ||
 
|-
 
|-
 
|'''Pseudo-random generators'''|| || || || ||
 
|'''Pseudo-random generators'''|| || || || ||
Line 114: Line 158:
 
| || || || || ||
 
| || || || || ||
 
|}
 
|}
  +
  +
/*CBC and ECB in PyCrypto are integrated into the cipher algorithmes and are coupled to encryption/decryption status<br>
  +
/**Check if PKCS#1 v1.5/v2.1 and if CTR

Revision as of 16:31, 17 July 2008

Sage optional packages other python packages
Wishes\Packages sage.crypto PyCrypto PyOpenSSL M2Crypto TLS Lite
Block Ciphers
:Algos
::Serpent
::Twofish
::Idea P
::DES P
::3DES P
::AES P
::Present
:Modes
::CMAC
::XCBC
::CBC-MAC
::CCM
::GCM
::ECB P*
::CBC P*
::CTR
::LRW
::XTS
::MDC-2
Paddings
bit padding
zeros
PKCS7
PKCS12
ISO 10126
ANSI X.923
Stream ciphers
RC4
A5/1 A5/2
SNOW2 SNOW3G
SW candidates of eSTREAM:
HC-128
RABBIT
Salsa 20/12
SOSEMANUK
HW candidates of eSTREAM:
F-FCSR
Grain
One-way functions
MD5 P
SHA Family P (SHA-1 & 256)
Whirlpool
RipeMD
MDC-2
RadioGatun
Public-key cryptography
ECC
Other
RSA P**
DSA P
ElGamal P
DH
XTR
Paillier
NTRUE
Pseudo-random generators
Cryptanalysis tools

/*CBC and ECB in PyCrypto are integrated into the cipher algorithmes and are coupled to encryption/decryption status
/**Check if PKCS#1 v1.5/v2.1 and if CTR