Author Topic: 7z Test Cracker  (Read 5691 times)

0 Members and 1 Guest are viewing this topic.

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: 7z Test Cracker
« Reply #15 on: June 26, 2019, 08:38:33 am »
@TempodiBasic
The sdk only contains method for compression & decompression and its algorithm.
It also method for CRC, AES-256. But I can't find something related to password.

I came to know from a site that 7zip encrypt its file AES-256 & they say if you have password length>10 and if it also contain number, symbols and then
it is nearly impossible to crack with brute force unless quantum computers come.
I think I will not recover my file. I will never zip any file with password.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: 7z Test Cracker
« Reply #16 on: June 26, 2019, 10:25:38 am »
@TempodiBasic
The sdk only contains method for compression & decompression and its algorithm.
It also method for CRC, AES-256. But I can't find something related to password.

I came to know from a site that 7zip encrypt its file AES-256 & they say if you have password length>10 and if it also contain number, symbols and then
it is nearly impossible to crack with brute force unless quantum computers come.
I think I will not recover my file. I will never zip any file with password.

That's OK do another version, it will certainly be better and take half the time, ha! for you maybe 1/4th! My really old code is always worse than I remember it to be.
« Last Edit: June 26, 2019, 10:38:07 am by bplus »