public static class AttackTimes.CrackTimeSeconds
extends java.lang.Object
| Constructor and Description |
|---|
CrackTimeSeconds(double onlineThrottling100perHour,
double onlineNoThrottling10perSecond,
double offlineSlowHashing1e4perSecond,
double offlineFastHashing1e10PerSecond) |
| Modifier and Type | Method and Description |
|---|---|
double |
getOfflineFastHashing1e10PerSecond() |
double |
getOfflineSlowHashing1e4perSecond() |
double |
getOnlineNoThrottling10perSecond() |
double |
getOnlineThrottling100perHour() |
void |
setOfflineFastHashing1e10PerSecond(double offlineFastHashing1e10PerSecond) |
void |
setOfflineSlowHashing1e4perSecond(double offlineSlowHashing1e4perSecond) |
void |
setOnlineNoThrottling10perSecond(double onlineNoThrottling10perSecond) |
void |
setOnlineThrottling100perHour(double onlineThrottling100perHour) |
public CrackTimeSeconds(double onlineThrottling100perHour,
double onlineNoThrottling10perSecond,
double offlineSlowHashing1e4perSecond,
double offlineFastHashing1e10PerSecond)
public double getOnlineThrottling100perHour()
public void setOnlineThrottling100perHour(double onlineThrottling100perHour)
public double getOnlineNoThrottling10perSecond()
public void setOnlineNoThrottling10perSecond(double onlineNoThrottling10perSecond)
public double getOfflineSlowHashing1e4perSecond()
public void setOfflineSlowHashing1e4perSecond(double offlineSlowHashing1e4perSecond)
public double getOfflineFastHashing1e10PerSecond()
public void setOfflineFastHashing1e10PerSecond(double offlineFastHashing1e10PerSecond)