Scott Arciszewski 7a63f42462 Update DefaultAlgorithm.php
Prevent edge-case whereby, if the majority of `base64_encode($bytes)` consists of `/` or `+` characters, the resulting key will be shorter and less unpredictable (due to a smaller keyspace) than anticipated.

As a result, the `$len * 2` hack has been removed. Although it is highly probable that `$len * 2` will stop most edge cases from occurring, it does not actually guarantee the end result will be at least 40 characters long.
2014-12-08 18:40:31 -05:00
..
2014-11-20 23:54:14 +00:00
2014-11-12 18:10:29 +00:00
2014-11-20 23:54:14 +00:00
2014-12-08 18:40:31 -05:00
2014-11-12 18:10:29 +00:00
2014-12-03 23:21:54 +00:00
2014-11-20 23:54:14 +00:00