Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::test::
- A) -O3 -mpopcnt -march=native
- vs
- B) -O3 -mpopcnt -mmmx -msse -msse2
- solve_bs with wrong uid to force 100% search of keyspace.
- the fastest is A with
- A) 262501344 ticks.
- B) 306866528 ticks.
- gcc -O3 -mpopcnt -march=native -std=c99 solve_bs.c crypto1_bs.c crypto1_bs_crack.c -Icraptev1-v1.0 craptev1-v1.0/craptev1.c crapto1-v3.3/crapto1.c ./solve.so -o solve_bs -lpthread
- user@ubuntuvm:~/crypto1_bs$ ./solve_bs craptev1-v1.0/0xcafec0de.txt 0xcafec0df
- Initializing BS crypto-1
- Using 128-bit bitslices
- Bitslicing rollback byte: 1f...
- Bitslicing nonces...
- Starting 8 threads to test 1418412964 states
- Cracking... 115.44%
- Cracking... 235.59%
- Cracking... 99.48%
- Cracking... 271.89%
- Cracking... 185.88%
- Cracking... 100.00%
- Tested 1418412964 states
- Time in solver_bs: 262501344 ticks
- user@ubuntuvm:~/crypto1_bs$ gcc -O3 -mpopcnt -mmmx -msse -msse2 -std=c99 solve_bs.c crypto1_bs.c crypto1_bs_crack.c -Icraptev1-v1.0 craptev1-v1.0/craptev1.c crapto1-v3.3/crapto1.c ./solve.so -o solve_bs -lpthread
- user@ubuntuvm:~/crypto1_bs$ ./solve_bs craptev1-v1.0/0xcafec0de.txt 0xcafec0dfInitializing BS crypto-1
- Using 128-bit bitslices
- Bitslicing rollback byte: 1f...
- Bitslicing nonces...
- Starting 8 threads to test 1418412964 states
- Cracking... 115.44%
- Cracking... 235.59%
- Cracking... 99.48%
- Cracking... 271.89%
- Cracking... 185.88%
- Cracking... 100.00%
- Tested 1418412964 states
- Time in solver_bs: 306866528 ticks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement