Re: [Bcrypt-users] bcrypt in batch mode
Status: Beta
Brought to you by:
jwshelley
From: <jsh...@br...> - 2008-12-02 06:35:15
|
I don't recall bcrypt having a batch mode... I'd try something like: #for file in `echo *.bfe`;do bcrypt <options> $file;done Quoting Victor Andreev <and...@gm...>: > Hi, > > I need to decrypt about 300 files encrypted with bcrypt. How to make it work > in a batch mode? > > I used it for 2 example files given at bcrypt.sourceforge.net and it > worked OK when both of the file names were given in the command, but it > didn't work with *.bfe > > Thank you. > > Best regards, Victor > |