Use alternate authentication in twisted's Perspective Broker
问题 I am using twisted's Perspective Broker for a network application. I encountered the problem that it automatically uses an MD5 challenge-response scheme for authentication. Ideally I would prefer not to store MD5 hashes on the server-side due to a number of security vulnerabilities. Alternatively, scrypt, bcrypt or pbkdf2 provide more secure algorithms. However, while these algorithms are readily available in python, I don't quite see, whether it is possible to implement a custom