Ryan Littlefield
Ryan Littlefield
https://github.com/chregu/GoogleAuthenticator.php/blob/master/lib/GoogleAuthenticator.php#L31 The checkCode generator currently uses `==` to compare the user-provided code to the system generating code. It should be switched to use PHP's `hash_equals` function, which is able to...
With the new changes for v3 and v4 support, we need docs that update automatically from source with each new release. Areas documented should include: - Links to php reference...
We have a number of exceptions defined, but some of them may be raised without a message, making it tricky to find out what happened in some types of logging.
Pypaseto could use a security audit by a third party to make sure any glaring issues are resolved. A good audit should probably be done after we feel like the...
Your work seems to have a pared down set of the functions in mininero, and if it is helpful, please consider taking a look at some of the stuff I've...
A bunch of the ed25519 stuff was dramatically improved for performance with these changes (unsure of original source, might be good to track down for licensing reasons): https://raw.githubusercontent.com/warner/git-lockup/575b4beae8797fee4c7daa07a5ce0e33667b3c1f/src/ed25519.py This gives...