Equifax security freeze PINs are the timestamp of when you request the freeze
1–10 of 193 posts
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#2Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#3However, while undeniably stupid, hopefully they have rate limiting in place so guessing the PIN would not be feasible even if you know the day the credit freeze was put into place.
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#4I am curious what programmer would make such a choice vs. calling random or asking the user. However, while undeniably stupid, hopefully they have rate limiting in place so guessing the PIN would not be feasible even if you know the day the credit freeze was put into place.
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#5Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#6I am curious what programmer would make such a choice vs. calling random or asking the user. However, while undeniably stupid, hopefully they have rate limiting in place so guessing the PIN would not be feasible even if you know the day the credit freeze was put into place.
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#71. How does it feel to be literally the dumbest engineer on the planet?
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#8Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#9I am curious what programmer would make such a choice vs. calling random or asking the user. However, while undeniably stupid, hopefully they have rate limiting in place so guessing the PIN would not be feasible even if you know the day the credit freeze was put into place.
If you have a 1 in 60*24 chance of guessing correctly then after 1000 guesses (potentially against different people) you have a 50 chance of being correct on one.
Re: Equifax security freeze PINs are the timestamp of when you request the freeze
#10I am curious what programmer would make such a choice vs. calling random or asking the user. However, while undeniably stupid, hopefully they have rate limiting in place so guessing the PIN would not be feasible even if you know the day the credit freeze was put into place.
pretty hacky implementation but oh well