PHP Classes

This class provides textbook RSA (which is not padded, and th...

Recommend this page to a friend!

      RSA  >  All threads  >  This class provides textbook RSA...  >  (Un) Subscribe thread alerts  
Subject:This class provides textbook RSA...
Summary:Package rating comment
Messages:1
Author:Scott Arciszewski
Date:2016-03-06 19:10:36
 

Scott Arciszewski rated this package as follows:

Utility: Bad
Consistency: Not sure
Documentation: Not sure
Examples: Not sure

  1. This class provides textbook RSA...   Reply   Report abuse  
Picture of Scott Arciszewski Scott Arciszewski - 2016-03-06 19:10:36
This class provides textbook RSA (which is not padded, and therefore not secure for any purpose).

Furthermore, it uses MD5 for signatures then compares hashes with ==.

If you wanted an example of a PHP class that wins public key cryptography vulnerability bingo, this would be that class.