User Name
Password

Go Back   Planetarion Forums > Non Planetarion Discussions > Programming and Discussion
Register FAQ Members List Calendar Arcade Today's Posts

Reply
Thread Tools Display Modes
Unread 10 Jun 2005, 23:17   #1
Thermodynamics
Powering your life...
 
Join Date: Dec 2004
Location: Dublin
Posts: 400
Thermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to behold
Encryption Algorithm

Encryption Algorithm-

Can anyone tell me the difference between Blowfish 448-bit key and triple DES? And the hash algorithm MD5 and the random algorithm ISAAC? Thank you...
__________________
Reality is only a perception.
Thermodynamics is offline   Reply With Quote
Unread 10 Jun 2005, 23:52   #2
pablissimo
Henry Kelly
 
pablissimo's Avatar
 
Join Date: Apr 2000
Posts: 7,374
pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.
Re: Encryption Algorithm

Seriously, Google.

Blowfish and 3DES are both encryption algorithms (block ciphers, working on blocks of input instead of streams of bits). 3DES is a variant of DES but using three 56-bit keys since DES with a single 56bit key is now insecure. 3DES hasn't been 'broken' but is to be replaced by the AES (advanced encryption standard), based on the Rijndael cipher.

Blowfish is open, license free and considered secure at the minute. It supports variable key lengths up to 448 bits (a keyspace some 2^280 times larger than 3DES).

MD5 is a hash algorithm. It takes in abitrary amounts of data and spits out a fixed-length representation of it. It, like all hash algorithms, is one way. That is to say that
  • For a given hash h(m), it is computationally infeasible to find m (the pre-image of h(m))
  • For a given hash h(m), it is computationally infeasible to find x such that h(x) = h(m) (2nd preimage)
  • It is computationally infeasible to find two messages x1 and x2 such that h(x1) = h(x2) for x1 =/= x2 (collision resistance)

Google for the ISAAC one, that's just goddamn laziness. It's a random number generator, not a hash algorithm so not comparable. It's uses include crypto (initialisation vectors and the like, I would imagine) and Monte Carlo simulations.
__________________
You're now playing ketchup
pablissimo is offline   Reply With Quote
Unread 12 Jun 2005, 02:43   #3
JetLinus
Friendly geek of GD :-/
 
JetLinus's Avatar
 
Join Date: Nov 2000
Location: On my metal roid
Posts: 923
JetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud ofJetLinus has much to be proud of
Arrow Re: Encryption Algorithm

Wikipedia helps too.

3DES is basically just using DES 3 times, with a different key each time, and using the output from the first pass as input for the second and so on...

DES is what generates / validates the PIN code for your EC / bank account cash card...


BlowFish: Well, everything is said. I always got the feeling that BlowFish has neither been analyzed nor established as well as DES, but probably as it's relatively new...

MD5 isn't as "unbreakable" as it used to be.
Also check http://shm.hard-core.pl/md5/ , http://md5.rednoize.com/ , http://www.doxpara.com/md5_someday.pdf . (MD5 reverse lookup and some attack analysis).
__________________
[»] Entropy increases! :-/

Last edited by JetLinus; 12 Jun 2005 at 13:47.
JetLinus is offline   Reply With Quote
Unread 12 Jun 2005, 11:24   #4
pablissimo
Henry Kelly
 
pablissimo's Avatar
 
Join Date: Apr 2000
Posts: 7,374
pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.pablissimo has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.
Re: Encryption Algorithm

Yeah, MD5 has fairly well-known weaknesses now, as obviously does SHA-1 (a collision attack about 2^11 times faster than previously thought possible). NIST's moving up to SHA-512 as early as 2007, though the MD5 weaknesses have been known about for a while so I'd hope nothing critical still uses them.
__________________
You're now playing ketchup
pablissimo is offline   Reply With Quote
Unread 12 Jun 2005, 17:15   #5
Thermodynamics
Powering your life...
 
Join Date: Dec 2004
Location: Dublin
Posts: 400
Thermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to beholdThermodynamics is a splendid one to behold
Re: Encryption Algorithm

Thanks guys... appreciated.
__________________
Reality is only a perception.
Thermodynamics is offline   Reply With Quote
Reply



Forum Jump


All times are GMT +1. The time now is 12:37.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2018