Jump to content
Sign in to follow this  
GabryJ84

Multiplatform BCrypt

Recommended Posts

Good Evening,

I have a CGI application written in Delphi that is executing under Apache on a Linux System.

I have an Apache Server set up to connect to a MYSQL database to authenticate users and this thing is working well. Once authenticated through basic auth, the user should be authenticated by the CGI application (which is the front end to a reserved area) using the same database apache is connected to.

The problem is that I can't find a single bcrypt version that can compile for Linux as all the versions I found are for Windows and use multiple Windows APIs or Types that, of course, are not available under Linux.

Has someone faced the same problems and has found a solution?

Thanks in advance.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×