Infos

Sie befinden sich aktuell in den Alexander Kornbrust Oracle Security Blog Blog-Archiven für den folgenden Tag 22 Sep 2010.

Calendar
September 2010
M D M D F S S
« Aug   Okt »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archive für 22 Sep 2010

Marcell published “Writing your own password cracker” presentation

Marcell Major has published his really good presentation “Writing your own password cracker” from the Hacktivity 2010 security conference in Budapest.

Marcell describes different ways to achieve this goal, e.g. source code analyze, debugging or reverse engineering.

With good examples Marcell showed the password analysis of Apache Derby, Sybase ASE old and new hashing algorithm. The new Sybase ASE (15.0.2+) uses SHA256 and the old SYS-PROB (<15.0.2) is based on an already broken FEAL algorithm. Especially the FEAL algorithm is quit complicated but a good example hat debugging/reversing could do.

  • The password cracker for Sybase ASE - SHA256 is called sybcrack and already released.
  • The password cracker for Sybase ASE - SYB-PROP (FEAL) will be released soon.

|