IYPS icon indicating copy to clipboard operation
IYPS copied to clipboard

FEATURE REQUEST: View additional information

Open Jackie7610 opened this issue 3 years ago • 1 comments

Hi dev,

I was wondering if a feature request like this could be accepted anytime later.

After creating a password some additional information like the number of combinations and the exact time needed to crack the password at xxxx guess per second. The ‘xxxx’ part if editable would be nice like 1000 guess/sec or 2310 guess/sec.

Thanks :)

Jackie7610 avatar Mar 01 '22 06:03 Jackie7610

at xxxx guess per second

This may be implemented in the future, no promises though.

exact time needed to crack the password

Password crack times are never exact and always will be "estimated" because of a number of variables-

  1. Offline cracking:

    • Number of CPUs or CPU cores availables
    • Frequency of the CPU cores
    • Factors like temperatures which affect CPU frequency
    • Whether GPU is being used
  2. Online cracking:

    • CAPTCHAs
    • Network latency
    • Throttling

StellarSand avatar Jun 27 '22 10:06 StellarSand

Since v1.4.0, I’ve included a substantial amount of additional information to be displayed and introduced several features & improvements. Unfortunately, making the guesses per second editable is currently not planned. As a result, I’m closing this issue. However, if I’m able to include this feature in the future, you’ll find it listed in the changelog.

StellarSand avatar Jul 16 '24 21:07 StellarSand