Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algoritmos de Encriptación - Coggle Diagram
Algoritmos de Encriptación
Simetricos
DES
Key 56 bits
Speed Medium
Resource Medium
6.4 days
3 DES
key 128 and 168 bits
Low speed
Resource Medium
4.6 billion years
AES
128,192 and 256 bit keys
High Speed
Resource Low
149 Trillions years
SEAL
160 bit key
High Speed
Low Resource
Uknown
Rivest
RC2
1987
40 and 64 bit key
RC4
1987
1-256 bit key
RC5
1994
0 to 2040 bit key
RC6
1998
128,192,256 bit key
Asimetricos
RSA
512-1024 bit key
Verification fast
Generation slow
Diffie-Hellman
512,1024,2048 bit key
Medium resource
Slow Speed
Uknown
ECC
160 bit key
Key can be much smaller
Can adapt many algorithm
ElGamal
512 1024 bit key
Based in DH key agreement
Encrypted message becames twice size
Only used for small messages
As secret key
DSA
Similar to RSA
Slower verification
public algoritm based in ElGamal
1977