Re: [tor-dev] My implementation of hash for controller password - torhash

2019-05-08 Thread Damon H. (TheDcoder)
Hello again, I did my research and I was able to rewrite the code (branched as openssl) using OpenSSL's libcrypto for hashing, but I was unsatisfied due to a few reasons which I think are not worth mentioning (mainly how libcrypto's API is design

[tor-dev] My implementation of hash for controller password - torhash

2019-05-03 Thread Damon (TheDcoder)
Hello everyone! I have written a very simple tool called torhash to generate hashed passwords/strings according to the instructions in control spec to authenticate with the controller interface (TC?). I did not actually study the S2K algorithm since I found i