0

Following this answer mysql does not support bcrypt because system does not support them either.

How to add support of bcrypt to Debian to MySQL?

sectus
  • 139
  • 1
  • 8

3 Answers3

1

I wrote a User Defined Function (UDF) that can be compiled and loaded for MySQL or MariaDB:

https://github.com/ryancdotorg/mariadb-bcrypt-udf

ryanc
  • 131
  • 4
1

I would suggest apt-get install bcrypt

Wesley
  • 32,690
  • 9
  • 82
  • 117
1

You can install bcrypt from the Unstable Debian repository.

http://packages.debian.org/unstable/bcrypt

Vasili Syrakis
  • 4,558
  • 3
  • 22
  • 30