Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240815140917.GA14588@openwall.com>
Date: Thu, 15 Aug 2024 16:09:17 +0200
From: Solar Designer <solar@...nwall.com>
To: yescrypt@...ts.openwall.com
Subject: Re: using yescrypt on Windows 10

On Thu, Aug 15, 2024 at 03:59:02PM +0200, Matthias Apitz wrote:
> El d??a mi??rcoles, agosto 14, 2024 a las 09:39:21 +0200, Solar Designer escribi??:
> > On Wed, Aug 14, 2024 at 08:43:04AM +0200, Matthias Apitz wrote:
> > > Now we need this as an EXE on Windows 10. Is there any libcrypt.dll for
> > > a gcc or other C-compiler on Windows? Thanks
> > 
> > Looks like libxcrypt is also available in/for Cygwin, and the version
> > is (barely) recent enough to have yescrypt support in it.  So Cygwin is
> > probably the easiest way for you to get your existing code working.
> 
> AFAIR, I never worked with Cygwin (or I forgot it). Do you know if you
> have built something with Cygwin, does it need also Cygwin to run or is
> it a static linked EXE for Windows?

It will usually need a few DLLs from Cygwin, not the whole of Cygwin.
You should be able to determine which are needed and include them in the
same directory with your EXE file.

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.