Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 16 submissions in the queue.
posted by chromas on Thursday May 24 2018, @01:24PM   Printer-friendly
from the 694a5b3e413a0ac1a7daaba2116966ea356ff40328b556ed14781f2a67e2e909 dept.

Aaron Toponce demonstrates why he thinks that using sha256crypt or sha512crypt on current GNU/Linux operating systems is dangerous, and why he thinks that the developers of GLIBC should move to scrypt or Argon2, or at least bcrypt or PBKDF2. After going into a bit of analysis, he concludes that practically everything else should be avoided, especially md5crypt, sha256crypt, and sha512crypt and many others.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by JoeMerchant on Thursday May 24 2018, @03:22PM (2 children)

    by JoeMerchant (3937) on Thursday May 24 2018, @03:22PM (#683581)

    One point to factor in is: secure memory vs general RAM.

    --
    🌻🌻 [google.com]
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Thursday May 24 2018, @03:35PM (1 child)

    by Anonymous Coward on Thursday May 24 2018, @03:35PM (#683589)

    So it's an even bigger DoS problem?

    • (Score: 2) by JoeMerchant on Thursday May 24 2018, @04:18PM

      by JoeMerchant (3937) on Thursday May 24 2018, @04:18PM (#683604)

      If the attacker is overloading secure memory, then yes - it's easier to DoS because there's much less of it.

      Follow on questions include: is secure memory even necessary in most situations? Instead of just drawing a pretty graph with a ramp on it, can you demonstrate a real-world attack scenario of any value? etc.

      --
      🌻🌻 [google.com]