Re: bcrypt

2017-06-24 Thread Maxim Dounin
Hello! On Fri, Jun 23, 2017 at 09:37:27PM +, Lukas Tribus wrote: > > One of the bcrypt scheme main properties is that it allows to > > control number of rounds, and thus control hashing speed.  With > > low number of rounds it is reasonably fast.  For example, with 2^5 > > rounds (default

Re: bcrypt

2017-06-23 Thread Maxim Dounin
Hello! On Fri, Jun 23, 2017 at 01:24:19PM +, Lukas Tribus wrote: > Hello, > > > > In nginx there is no native support for bcrypt passwords as > > produced by Apache's htpasswd.  On the other hand, nginx can use > > all password schemes supported by crypt(3) on your OS.  Many > > operatin

Re: bcrypt

2017-06-23 Thread Maxim Dounin
Hello! On Thu, Jun 22, 2017 at 06:26:50PM -0400, Dwight Marzolf wrote: > We have an installation of nginx 1.10.3 in which we are using an htpasswd > file that contains bcrypt encyrpted passwords. This is a file that is used > by multiple apps that require authentication. Everything I am reading