Slashdot Mirror


User: janus03

janus03's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:They could disable the majority of botnets on Microsoft Disables Kelihos Botnet · · Score: 1

    Or Microsoft don't release them in a timely fashion.

    Or Adobe does not. Flash and PDF exploits still tops the list.

  2. Re:MD4 and MD5 are not encryption schemes on Microsoft Drops Aging Encryption Schemes · · Score: 2, Informative

    Well, they are actually not that different. Any block cipher (like AES) can easily be used as a hashing algorithm (using the last block as the "digest") with fixed key/IV. It can be used as a MAC the same way by varying the key.

    Hashing algorithms can as well be used as stream ciphers. Since they have the property that they are "cryptographically secure" - ie. their output could as well have been random for all you care - they can be used to create a stream of pseudo-random bytes that you can XOR your message with.

    The real difference between hashing algorithms and "real" two-way encryption is efficiency! Hashing algorithms are also commonly called one-way encryption schemes.

  3. Re:Yeah..all that awesome 'peer reviewed' code... on Too Cool For Secure Code? · · Score: 2, Informative

    Try Aleph1's excellent article from phrack.org:
    http://www.phrack.org/phrack/49/P49-1 4

  4. Re:Odd... on Red Hat 9 To Be Released March 31 · · Score: 1

    libgnome* version 2.2 does not work with gtk+ 2.0 as seen in this thread: http://mail.gnome.org/archives/gtk-devel-list/2003 -January/msg00018.html. It might be one of the reasons for bumping it.