issues
search
Bitmessage
/
PyBitmessage
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.83k
stars
576
forks
source link
Code quality
#2176
Closed
PeterSurda
closed
9 months ago
PeterSurda
commented
9 months ago
Code quality improvements.
some
except/pass
was just obscuring an underlying bug, they should be fixed properly when they appear during tests
using MD5 for avatars is not a security issue
except/pass
in the decryption loop is needed to make timing attacks more difficult
Code quality improvements.
except/pass
was just obscuring an underlying bug, they should be fixed properly when they appear during testsexcept/pass
in the decryption loop is needed to make timing attacks more difficult