Recover the secret phone number

Call it if you want, I don't care, it's not mine



global4g

36 solved
Aug. 14, 2016, 1:33 a.m.

How do I extract the key(s) from the given base64 encoded data? I have tried several options with openssl treating it is both public and private but no luck yet.

anton

Staff
Aug. 17, 2016, 8 p.m.

The file command might be of use here.

global4g

36 solved
Aug. 18, 2016, 12:52 a.m.

my struggle continues to find the easy way :)

jshmendes

39 solved
Aug. 14, 2017, 1:28 p.m.

No Key brute force, but do we have to BF the phone number space ? Or is there some other way to do it ?

anton

Staff
Aug. 28, 2017, 4:52 a.m.

No need to brute force the phone number space. You should be able to complete this challenge using the file command, google, and some light coding. There's something special about the properties of the public key that should allow you to recover the private key quickly.