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 |
|
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.
|