I need to know if this is possible because I have a password protected zip file with all my high school pictures there and i forgot the password. I can't even use those software because they always take too much days. Can I convert this texts to the password?
First, there's no standard encoding for non-ASCII letters and several characters are not printable. At the very least you need a hex editor to view the information there. If you want to decipher the data format consult the APPNOTE.TXT.
The left column is the line number in hex, the middle columns contain the data with 16 bytes to a row (one byte is two hex characters), and the right column is the ASCII encoding of the corresponding ASCII character when its printable -- note many are not printable and are represented by a .). As you can see there's a lot of characters that don't appear when you print them in ISO-8859-1.
Second, even though PKZIP encryption is quite weak it still introduces some randomness. E.g., if I delete the zip file and reencrypt the same data into a new zip file of the same name with the same password, I get:
... no that's not the way properly implemented encryption works. There's no simple trick to find the password in the data; knowing the password should let you decode the data though... so it's only by trying many of them that you may decode it.
Therefore, if you would like to find your password I think you should use some brute force tool to crack ZIP password, i.e. Zip Password Cracker or Ultimate ZIP Cracker. These are just examples, you can find plenty of them via Google.
Easily create projects with multi-track vocals in the standalone editor or connect the editor to a DAW (digital audio workstation) software via VST interface. Since the release of Technical Preview version in August 2018, the synthesis engine has been continuously improved, leading to more crispy voices and less distortion. Numerous new features are also introduced to the graphical interface, opening up new possibilities for your upcoming project. For the complete list of changes, please view the release notes.
7fc3f7cf58