Re: [Bcrypt-users] decrypt large file
Status: Beta
Brought to you by:
jwshelley
From: <jsh...@br...> - 2009-07-31 15:13:44
|
Unfortunately, the only solution currently is to have more memory available. Bcrypt wasn't originally written with the expectation of being used for large files. Perhaps in a future version, it will be a bit less brain dead about such things. For the moment, I can only suggest a few courses of action: 1) Kill off all non-essential processes and hope it frees up enough memory to decrypt the file. 2) Add more memory to the machine (ugh) 3) Move the file to a machine with more memory for decryption. 4) Create a larger swap partition? Good luck. johnny Quoting Andrei <ma...@gm...>: > I have encrypted a large file (~900M) using bcrypt. The encryption > went fine, no error messages. > (Although it took some time. But that's OK) > But when I am now trying to decrypt it, on the same machine, I am > getting error ``cannot allocate enough memory''. > What can I do? > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Bcrypt-users mailing list > Bcr...@li... > https://lists.sourceforge.net/lists/listinfo/bcrypt-users > |