문제

I've got a computer generated sha256 hash of which I need the original value. I know the value is a random 64 character string of alphanumerical, lower and uppercase, numbers and underscores + dots.

Would it be possible in a reasonable amount of time to bruteforce this?

도움이 되었습니까?

해결책

There are 64 possibilities in 64 positions giving a total or 64 to the power of 64 combinations which is 3.9402006196394479212279040100143613805079739270 × 10^115 So no. Even if you had every computer on earth working on it for 1,000,000 years you still wouldn't be close

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top