mackerel225

Results 6 comments of mackerel225

If you want to use any SHA-type algorithm, it might be better to just add more functionality to the current one, rather than sacrificing speed when implementing SHA256/512. Otherwise, I...

Hello @ranisalt In terms of protection against brute force argon2 is a way to go, just like you said. My thinking was that because we use SHA-1, which is not...

confirm this is happening for android app, unable to specify localhost, but on website it works fine

> May be it is better to use `run-one` instead of `flock -c` ? Could you provide example? I have never used `run-one`, whatever that is. I'm happy to test...

It seems like there is an alternative version for Debian: https://github.com/Freaky/run-one. From reading information about the package, it does similar thing to flock. It just prevents one and the same...

Thanks @yo8192 Yes, it seems like it didn't really have any effect apart from adding the same job twice with **bool(true)**, here are the results with **bool(false)** and **bool(true)**: fcrontab...