on 2015 Sep 13 8:10 AM
BCrypt implements strong Blowfish password hashing. I need BCrypt password hashing function to use directly inside SQL Anywhere 12 database. I know such function is not built-in, but can we create it on our own?
I ask because I have found similar solution with MS-SQL Server: http://blog.tcs.de/using-the-bcrypt-hash-algorithm-in-ms-sql-server/ - can we do the same within SQL Anywhere 12 to make BCrypt available?
Request clarification before answering.
The blog post you reference talks about calling a C# DLL via SQL Server's .Net CLR external function interface.
You can do the same thing in SQL Anywhere 12 using the CLR external environment.
You can also use Java, Perl and PHP external environments with SQL Anywhere 12, and there is an "old school" external call interface for C/C++ DLLs.
Terminology Tip:
For a glimpse of what makes the external call interface different from external environments, see this blog post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.