Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How long does it take to decrypt? #11

Open
zoujiangtao159 opened this issue Sep 18, 2019 · 4 comments
Open

How long does it take to decrypt? #11

zoujiangtao159 opened this issue Sep 18, 2019 · 4 comments

Comments

@zoujiangtao159
Copy link

eyJhbGciOiJBMjU2S1ciLCJjdHkiOiJKV1QiLCJlbmMiOiJBMjU2R0NNIiwidHlwIjoiSldUIn0.y2qOedKZ9ARDRplnqi_BKF4xNFRT_efQP_UnzcgQGyLZ34z8rbtoyg.uZUm__embCk8O75x.T45_PBiTnEm81KHomFnVdZeekbW7wrSiGXCIVgUV54y8X5gwI6GI6TWdCHTJuyQo7P4RHNhF4USlOUkBJmUozo_XAUWdEd7QKNPDfo-Udw9Ih1Ah8cLBUaJGZbbjVLrphbeu-QPZc_1qi4F80ehzDOEITCjKE0MhW1CdJtxfHOVtWAnIc2bck_jFhDe4AkO-jB1VmpsO210CPx3I7jAO4GdQDpKvehF3iN1MnU9nJE9uMnWsFHnjEHGhrR12fdf5RPGqi03NsENkfYhTYTIfq4GEAgGStQndRUaRJjHWvWDOv8d_BBOMmNh-PByCb-nTdqCQ5wZyEujRQw05mX0USePdJBMJNAhVTrayeewvVQHopECXnAD8S0qK9GMNcTh29caTs1EsHwXtP3-Qier-6rOaVZlQwkd0sMk7CI_KWUyClF3bjAhx8zqyjanTYmwoZ1c2VqBheFydUE7SQjWPUOBB_cx7tXe2l_Z8XLRwT_cJWLCnrLShBg5DzHpEiT74wTSmvx8Q5OAtwnkdGYJezRZiF6sNSjckiq-E3lo_ZlTXL58aG_Ph0mByJ9R-IrguiPN6ICu6rlJZ0e63lWD2qKXyD7Rj86MEhl_X42ntGPQUhugwb4dNaTvB8jWMaW3mDJtfbHeuPknemYEnNdq_d3R0gfaM0FQZcrxLgDLIHcpflu4O3aotxIVZ5Z89H5TJQmB_adZce8KQ4mQafvPMBu6Ebwq7wYiJp8DilrHSwzlRUYCsUG-0NsRGI07liqDeoIKsf4ZUi-no7GOrWRkfUH_dceZ5lGi1nRr85Cmxvz9YJmEe5Cc0OT0JT3R36S1y910M_WQ7srwz4IA.BKR51ksUIxmLeYWMY632Lw

@ramosisw
Copy link

I don't know, but your token can be "kidnapped" because it has no expiration time.

@TheJosh
Copy link

TheJosh commented Feb 25, 2020

Depends on secret length and number of threads available.

I've been doing some testing on AWS with a c5.24xlarge which has 96 cpus (although only 62 get used) and my unscientific wall time figures are as follows:

4 characters -- 17ms
5 characters -- 0.79s
6 characters -- 1m2s
7 characters -- 32m30s

Any secrets longer than this, and single machine cpu-based cracking starts to become a bit unreasonable.

@koala9527
Copy link

我的双路E5 2660 C2 花了3个小时跑完这个脚本,出现了No solution found :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@TheJosh @ramosisw @zoujiangtao159 @koala9527 and others