GabryJ84 0 Posted December 28, 2020 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
Fr0sT.Brutal 900 Posted December 28, 2020 Check the list of nice Delphi projects in my signature Share this post Link to post