/**
  * @covers CryptLib\Password\Implementation\Blowfish
  * @dataProvider provideTestDetect
  */
 public function testDetect($from, $expect)
 {
     $this->assertEquals($expect, Blowfish::detect($from));
 }