[Bcrypt-users] Bcrypt Win32 Single Command Line
Status: Beta
Brought to you by:
jwshelley
From: Brett S. <Bre...@gr...> - 2008-08-08 08:40:28
|
Hi Guys, We've been using bcrypt for a long time - it's very useful and extremely reliable for our needs. We're now trying to automate a few steps that we previously did by hand - one step involves encrypting/decrypting using bcrypt. Does anyone have a compiled version of bcrypt.exe that allows the password to be passed on the same command line as the file? eg. bcrypt.exe {filename} {password} Alternatively, will removing the second password prompt will assist in automating our bcrypt.exe file as we'll then be able to feed the password from a text file into the bcrypt.exe command line (I think). eg bcrypt.exe {filename} < password.txt I've tried to alter the source code and recompiling without any luck - using lcc (and making sure zlib.dll is present) but compiler fails on Make. Finally, we're also looking at moving this to a Linux environment. Is there a location where we can download bcrypt for linux? Any help or suggestions would be appreciated. Thanks very much Brett. |