


if the passwords match, it encrypts each file in the archive: encrypting: file1 Zipcloak prompts you for a password, and then ask you to confirm it: Enter password: You can do this with zipcloak using the following command: zipcloak archive.zip

Let's say you have a zipfile archive.zip which contains two files, file1 and file2, and you'd like to encrypt its contents so that only users who know the password can extract its contents. Outputting the encrypted archive to a new fileĪrchives created with the zip utility can be encrypted in two ways: using zip's -encrypt option at archive time, or after the zipfile is created using the zipcloak utility.Nonetheless, the lack of a proper interface and of more functions may certainly deter some users from utilizing it. To end withĪll things considered, John the Ripper could actually be one of the better choices whenever someone needs to recover a password or assess the strength of a new one without having to go through a whole series of configurations. The status of these sessions can even be printed and you also have the possibility to have the deciphered passwords displayed. When using John the Ripper for testing purposes, you can run the benchmarks for a specific time by providing manually the appropriate value.Ī great thing about this tool is that you will be able to save sessions and restore them when necessary, using their corresponding parameters. It is also possible to employ a so-called 'external' mode which acts like a word filter. There are several modes in which this application can work, starting with the 'single crack' method, followed by the word list and 'incremental' ones. The actual usage procedure is quite easy and you will have to follow a simple syntax which starts with the executable of, followed by the desired options and then by the password files. Since it doesn't have a GUI of its own, you will have to open a Command window and run it from there to view the parameters which can be used to carry out the process. Runs from a command line interfaceĪ tool that is quite useful for this purpose is John the Ripper, a command-line utility that will also show its worth in case you need to recover a lost passkey. Since there are many programs specially created to break such locks, it's probably a good idea to actually test the strength of a passcode before using it. Creating strong passwords seems like an easy task at first glance, but it may actually take more than one would expect.
