Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.31 KB | None | 0 0
  1. iMac-de-xxx:src xxx$ cd /Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src
  2. iMac-de-xxx:src xxx$ ./configure
  3. checking build system type... x86_64-apple-darwin16.1.0
  4. checking host system type... x86_64-apple-darwin16.1.0
  5. checking whether to compile using MPI... no
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking whether gcc understands -c and -o together... yes
  16. checking whether we are using the GNU C compiler... (cached) yes
  17. checking whether gcc accepts -g... (cached) yes
  18. checking for gcc option to accept ISO C89... (cached) none needed
  19. checking whether gcc understands -c and -o together... (cached) yes
  20. checking additional paths... -L/usr/local/lib -I/usr/local/include
  21. checking arg check macro for -m with gcc... yes
  22. checking arg check macro for -Q with gcc... yes
  23. checking if gcc supports -funroll-loops... yes
  24. checking if gcc supports -Os... yes
  25. checking if gcc supports -finline-functions... no
  26. checking if gcc supports -Og... no
  27. checking if gcc supports -Wall... yes
  28. checking if gcc supports -Wdeclaration-after-statement... yes
  29. checking if gcc supports -fomit-frame-pointer... yes
  30. checking if gcc supports --param allow-store-data-races=0... no
  31. checking if gcc supports -Wno-deprecated-declarations... yes
  32. checking if gcc supports -Wformat-extra-args... yes
  33. checking if gcc supports -Wunused-but-set-variable... no
  34. checking if gcc supports -Qunused-arguments... yes
  35. checking if gcc supports -std=gnu89... yes
  36. checking if gcc supports -Wdate-time... yes
  37. checking whether ln -s works... yes
  38. checking for grep that handles long lines and -e... /usr/bin/grep
  39. checking for a sed that does not truncate output... /usr/bin/sed
  40. checking for GNU make... make
  41. checking whether make sets $(MAKE)... yes
  42. checking how to run the C preprocessor... gcc -E
  43. checking for a thread-safe mkdir -p... ./install-sh -c -d
  44. checking for sort... /usr/bin/sort
  45. checking for find... /usr/bin/find
  46. checking for perl... /usr/bin/perl
  47. checking for ar... ar
  48. checking for strip... strip
  49. checking for pkg-config... no
  50. checking if pkg-config will be used... no
  51. checking for egrep... /usr/bin/grep -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking size of short... 2
  63. checking size of int... 4
  64. checking size of long... 8
  65. checking size of long long... 8
  66. checking size of wchar_t... 4
  67. checking size of int *... 8
  68. checking size of void *... 8
  69. checking whether OS X 'as' needs -q option... no
  70. configure: Testing build host's native CPU features
  71. checking for Hyperthreading... yes
  72. checking for MMX... yes
  73. checking for SSE2... yes
  74. checking for SSSE3... yes
  75. checking for SSE4.1... yes
  76. checking for AVX... yes
  77. checking for XOP... no
  78. checking for AVX2... yes
  79. checking for AVX512F... no
  80. checking for arch.h alternative... x86-64.h
  81. checking whether compiler understands -march=native... yes
  82. checking for 32/64 bit... 64-bit
  83. checking for extra ASFLAGS... -DUNDERSCORES -DBSD -DALIGN_LOG
  84. checking for X32 ABI... no
  85. checking for byte ordering according to target triple... little
  86. checking supplied paths for OpenSSL...
  87. checking additional paths for OpenSSL... none
  88. checking openssl/opensslv.h usability... yes
  89. checking openssl/opensslv.h presence... yes
  90. checking for openssl/opensslv.h... yes
  91. checking for SSL_library_init in -lssl... no
  92. configure: error: in `/Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src':
  93. configure: error: JtR requires libssl being installed
  94. See `config.log' for more details
  95. iMac-de-xxx:src xxx$ ./configure CC="gcc-6" CPPFLAGS="-I/usr/local/opt/openssl/include" LDFLAGS="-L/usr/local/opt/openssl/lib"
  96. checking build system type... x86_64-apple-darwin16.1.0
  97. checking host system type... x86_64-apple-darwin16.1.0
  98. checking whether to compile using MPI... no
  99. checking for gcc... gcc-6
  100. checking whether the C compiler works... no
  101. configure: error: in `/Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src':
  102. configure: error: C compiler cannot create executables
  103. See `config.log' for more details
  104. iMac-de-xxx:src xxx$ ./configure LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include
  105. checking build system type... x86_64-apple-darwin16.1.0
  106. checking host system type... x86_64-apple-darwin16.1.0
  107. checking whether to compile using MPI... no
  108. checking for gcc... gcc
  109. checking whether the C compiler works... yes
  110. checking for C compiler default output file name... a.out
  111. checking for suffix of executables...
  112. checking whether we are cross compiling... no
  113. checking for suffix of object files... o
  114. checking whether we are using the GNU C compiler... yes
  115. checking whether gcc accepts -g... yes
  116. checking for gcc option to accept ISO C89... none needed
  117. checking whether gcc understands -c and -o together... yes
  118. checking whether we are using the GNU C compiler... (cached) yes
  119. checking whether gcc accepts -g... (cached) yes
  120. checking for gcc option to accept ISO C89... (cached) none needed
  121. checking whether gcc understands -c and -o together... (cached) yes
  122. checking additional paths... -L/usr/local/lib -I/usr/local/include
  123. checking arg check macro for -m with gcc... yes
  124. checking arg check macro for -Q with gcc... yes
  125. checking if gcc supports -funroll-loops... yes
  126. checking if gcc supports -Os... yes
  127. checking if gcc supports -finline-functions... no
  128. checking if gcc supports -Og... no
  129. checking if gcc supports -Wall... yes
  130. checking if gcc supports -Wdeclaration-after-statement... yes
  131. checking if gcc supports -fomit-frame-pointer... yes
  132. checking if gcc supports --param allow-store-data-races=0... no
  133. checking if gcc supports -Wno-deprecated-declarations... yes
  134. checking if gcc supports -Wformat-extra-args... yes
  135. checking if gcc supports -Wunused-but-set-variable... no
  136. checking if gcc supports -Qunused-arguments... yes
  137. checking if gcc supports -std=gnu89... yes
  138. checking if gcc supports -Wdate-time... yes
  139. checking whether ln -s works... yes
  140. checking for grep that handles long lines and -e... /usr/bin/grep
  141. checking for a sed that does not truncate output... /usr/bin/sed
  142. checking for GNU make... make
  143. checking whether make sets $(MAKE)... yes
  144. checking how to run the C preprocessor... gcc -E
  145. checking for a thread-safe mkdir -p... ./install-sh -c -d
  146. checking for sort... /usr/bin/sort
  147. checking for find... /usr/bin/find
  148. checking for perl... /usr/bin/perl
  149. checking for ar... ar
  150. checking for strip... strip
  151. checking for pkg-config... no
  152. checking if pkg-config will be used... no
  153. checking for egrep... /usr/bin/grep -E
  154. checking for ANSI C header files... yes
  155. checking for sys/types.h... yes
  156. checking for sys/stat.h... yes
  157. checking for stdlib.h... yes
  158. checking for string.h... yes
  159. checking for memory.h... yes
  160. checking for strings.h... yes
  161. checking for inttypes.h... yes
  162. checking for stdint.h... yes
  163. checking for unistd.h... yes
  164. checking size of short... 2
  165. checking size of int... 4
  166. checking size of long... 8
  167. checking size of long long... 8
  168. checking size of wchar_t... 4
  169. checking size of int *... 8
  170. checking size of void *... 8
  171. checking whether OS X 'as' needs -q option... no
  172. configure: Testing build host's native CPU features
  173. checking for Hyperthreading... yes
  174. checking for MMX... yes
  175. checking for SSE2... yes
  176. checking for SSSE3... yes
  177. checking for SSE4.1... yes
  178. checking for AVX... yes
  179. checking for XOP... no
  180. checking for AVX2... yes
  181. checking for AVX512F... no
  182. checking for arch.h alternative... x86-64.h
  183. checking whether compiler understands -march=native... yes
  184. checking for 32/64 bit... 64-bit
  185. checking for extra ASFLAGS... -DUNDERSCORES -DBSD -DALIGN_LOG
  186. checking for X32 ABI... no
  187. checking for byte ordering according to target triple... little
  188. checking supplied paths for OpenSSL...
  189. checking additional paths for OpenSSL... none
  190. checking openssl/opensslv.h usability... yes
  191. checking openssl/opensslv.h presence... yes
  192. checking for openssl/opensslv.h... yes
  193. checking for SSL_library_init in -lssl... yes
  194. checking for MD5_Update in -lcrypto... yes
  195. checking for sqrt in -lm... yes
  196. checking for deflate in -lz... yes
  197. checking for library containing crypt... none required
  198. checking gmp.h usability... no
  199. checking gmp.h presence... no
  200. checking for gmp.h... no
  201. checking gmp/gmp.h usability... no
  202. checking gmp/gmp.h presence... no
  203. checking for gmp/gmp.h... no
  204. checking skey.h usability... no
  205. checking skey.h presence... no
  206. checking for skey.h... no
  207. checking for S/Key... using our own code
  208. checking bzlib.h usability... yes
  209. checking bzlib.h presence... yes
  210. checking for bzlib.h... yes
  211. checking for main in -lbz2... yes
  212. checking for main in -lkernel32... no
  213. checking for dlopen in -ldl... yes
  214. checking intrin.h usability... no
  215. checking intrin.h presence... no
  216. checking for intrin.h... no
  217. checking librexgen/version.h usability... no
  218. checking librexgen/version.h presence... no
  219. checking for librexgen/version.h... no
  220. checking pcap.h usability... yes
  221. checking pcap.h presence... yes
  222. checking for pcap.h... yes
  223. checking for pcap_compile in -lpcap... yes
  224. checking for pcap.h... (cached) yes
  225. checking for pcap_compile in -lwpcap... no
  226. checking whether time.h and sys/time.h may both be included... yes
  227. checking whether string.h and strings.h may both be included... yes
  228. checking for EVP_aes_256_xts... yes
  229. checking for SHA256... yes
  230. checking for WHIRLPOOL... yes
  231. checking for RIPEMD160... yes
  232. checking for AES_encrypt... yes
  233. checking for EVP_sha512... yes
  234. checking for BIO_new... yes
  235. checking for gcc option to support OpenMP... unsupported
  236. checking additional paths for OpenCL... none
  237. checking if compiler needs -Werror to reject unknown flags... yes
  238. checking whether pthreads work with -pthread... yes
  239. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  240. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  241. checking for PTHREAD_PRIO_INHERIT... yes
  242. checking whether we are using the Microsoft C compiler... no
  243. checking CL/cl.h usability... no
  244. checking CL/cl.h presence... no
  245. checking for CL/cl.h... no
  246. checking OpenCL/cl.h usability... yes
  247. checking OpenCL/cl.h presence... yes
  248. checking for OpenCL/cl.h... yes
  249. checking windows.h usability... no
  250. checking windows.h presence... no
  251. checking for windows.h... no
  252. checking for OpenCL library... -Wl,-framework,OpenCL
  253. checking arpa/inet.h usability... yes
  254. checking arpa/inet.h presence... yes
  255. checking for arpa/inet.h... yes
  256. checking crypt.h usability... no
  257. checking crypt.h presence... no
  258. checking for crypt.h... no
  259. checking dirent.h usability... yes
  260. checking dirent.h presence... yes
  261. checking for dirent.h... yes
  262. checking fcntl.h usability... yes
  263. checking fcntl.h presence... yes
  264. checking for fcntl.h... yes
  265. checking limits.h usability... yes
  266. checking limits.h presence... yes
  267. checking for limits.h... yes
  268. checking locale.h usability... yes
  269. checking locale.h presence... yes
  270. checking for locale.h... yes
  271. checking malloc.h usability... no
  272. checking malloc.h presence... no
  273. checking for malloc.h... no
  274. checking net/ethernet.h usability... yes
  275. checking net/ethernet.h presence... yes
  276. checking for net/ethernet.h... yes
  277. checking netdb.h usability... yes
  278. checking netdb.h presence... yes
  279. checking for netdb.h... yes
  280. checking netinet/in.h usability... yes
  281. checking netinet/in.h presence... yes
  282. checking for netinet/in.h... yes
  283. checking netinet/in_systm.h usability... yes
  284. checking netinet/in_systm.h presence... yes
  285. checking for netinet/in_systm.h... yes
  286. checking for stdint.h... (cached) yes
  287. checking for string.h... (cached) yes
  288. checking for strings.h... (cached) yes
  289. checking sys/ethernet.h usability... no
  290. checking sys/ethernet.h presence... no
  291. checking for sys/ethernet.h... no
  292. checking sys/file.h usability... yes
  293. checking sys/file.h presence... yes
  294. checking for sys/file.h... yes
  295. checking sys/param.h usability... yes
  296. checking sys/param.h presence... yes
  297. checking for sys/param.h... yes
  298. checking sys/socket.h usability... yes
  299. checking sys/socket.h presence... yes
  300. checking for sys/socket.h... yes
  301. checking sys/time.h usability... yes
  302. checking sys/time.h presence... yes
  303. checking for sys/time.h... yes
  304. checking sys/times.h usability... yes
  305. checking sys/times.h presence... yes
  306. checking for sys/times.h... yes
  307. checking for sys/types.h... (cached) yes
  308. checking termios.h usability... yes
  309. checking termios.h presence... yes
  310. checking for termios.h... yes
  311. checking for unistd.h... (cached) yes
  312. checking unixlib/local.h usability... no
  313. checking unixlib/local.h presence... no
  314. checking for unixlib/local.h... no
  315. checking for windows.h... (cached) no
  316. checking for net/if.h... yes
  317. checking for net/if_arp.h... yes
  318. checking for netinet/if_ether.h... yes
  319. checking for netinet/ip.h... yes
  320. checking for stdbool.h that conforms to C99... yes
  321. checking for _Bool... yes
  322. checking for inline... inline
  323. checking for int32_t... yes
  324. checking for int64_t... yes
  325. checking for off_t... yes
  326. checking for size_t... yes
  327. checking for ssize_t... yes
  328. checking for uint16_t... yes
  329. checking for uint32_t... yes
  330. checking for uint64_t... yes
  331. checking for uint8_t... yes
  332. checking for ptrdiff_t... yes
  333. checking for int128... no
  334. checking for __int128... yes
  335. checking for __int128_t... yes
  336. checking for error_at_line... no
  337. checking for pid_t... yes
  338. checking vfork.h usability... no
  339. checking vfork.h presence... no
  340. checking for vfork.h... no
  341. checking for fork... yes
  342. checking for vfork... yes
  343. checking for working fork... yes
  344. checking for working vfork... (cached) yes
  345. checking for fseek64... no
  346. checking for fseeko... yes
  347. checking for fseeko64... no
  348. checking for _fseeki64... no
  349. checking for lseek64... no
  350. checking for lseek... yes
  351. checking for ftell64... no
  352. checking for ftello... yes
  353. checking for ftello64... no
  354. checking for _ftelli64... no
  355. checking for fopen64... no
  356. checking for _fopen64... no
  357. checking for memmem... yes
  358. checking for mmap... yes
  359. checking for sleep... yes
  360. checking for setenv... yes
  361. checking for putenv... yes
  362. checking for strcasecmp... yes
  363. checking for strncasecmp... yes
  364. checking for stricmp... no
  365. checking for strcmpi... no
  366. checking for _stricmp... no
  367. checking for _strcmpi... no
  368. checking for strnicmp... no
  369. checking for strncmpi... no
  370. checking for _strnicmp... no
  371. checking for _strncmpi... no
  372. checking for strnlen... yes
  373. checking for strlwr... no
  374. checking for strupr... no
  375. checking for strrev... no
  376. checking for atoll... yes
  377. checking for _atoi64... no
  378. checking for snprintf... yes
  379. checking for sprintf_s... no
  380. checking for strcasestr... yes
  381. checking for clGetKernelArgInfo... yes
  382. checking for posix_memalign... yes
  383. checking for yasm that supports "--prefix=_ -f macho64"...
  384. checking for OS-specific feature macros needed... none
  385. checking size of size_t... 8
  386. checking size of off_t... 8
  387. configure: Fuzz check disabled
  388. configure: creating *_plug.c and OpenCL object rules
  389. configure: creating Makefile dependencies
  390. configure: creating ./john_build_rule.h
  391. configure: creating ./config.status
  392. config.status: creating Makefile
  393. config.status: creating aes/Makefile
  394. config.status: creating aes/aesni/Makefile
  395. config.status: creating aes/openssl/Makefile
  396. config.status: creating escrypt/Makefile
  397. config.status: creating autoconfig.h
  398. config.status: linking x86-64.h to arch.h
  399. config.status: executing default commands
  400. configure: creating ./fmt_externs.h
  401. configure: creating ./fmt_registers.h
  402.  
  403. Configured for building John the Ripper jumbo:
  404.  
  405. Target CPU ................................. x86_64 AVX2, 64-bit LE
  406. AES-NI support ............................. depends on OpenSSL
  407. Target OS .................................. darwin16.1.0
  408. Cross compiling ............................ no
  409. Legacy arch header ......................... x86-64.h
  410.  
  411. Optional libraries/features found:
  412. Fuzzing test ............................... no
  413. Experimental code .......................... no
  414. OpenMPI support (default disabled) ......... no
  415. Fork support ............................... yes
  416. OpenMP support ............................. no
  417. OpenCL support ............................. yes
  418. Generic crypt(3) format .................... yes
  419. Rexgen (extra cracking mode) ............... no
  420. GMP (PRINCE mode and faster SRP formats) ... no
  421. PCAP (vncpcap2john and SIPdump) ............ yes
  422. Z (pkzip format, gpg2john) ................. yes
  423. BZ2 (gpg2john extra decompression logic) ... yes
  424. 128-bit integer (faster PRINCE mode) ....... yes
  425. Memory map (share/page large files) ........ yes
  426. ZTEX USB-FPGA module 1.15y support ......... no
  427.  
  428. Development options (these may hurt performance when enabled):
  429. Memdbg memory debugging settings ........... disabled
  430. AddressSanitizer ("ASan") .................. disabled
  431. UndefinedBehaviorSanitizer ("UbSan") ....... disabled
  432.  
  433. Install missing libraries to get any needed features that were omitted.
  434.  
  435. Configure finished. Now 'make clean && make -s' to compile.
  436. iMac-de-xxx:src xxx$ make clean && make -s
  437. rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/rar2john ../run/zip2john ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/racf2john ../run/hccap2john ../run/raw2dyna ../run/keepass2john ../run/dmg2john ../run/putty2john ../run/uaf2john ../run/wpapcap2john ../run/gpg2john ../run/cprepair ../run/base64conv ../run/pfx2john ../run/SIPdump ../run/vncpcap2john
  438. rm -f john-macosx-* *.o escrypt/*.o *.bak core
  439. rm -f ../run/kernels/*
  440. rm -f detect bench generic.h tmp.s
  441. rm -f *~
  442. cp /dev/null Makefile.dep
  443. /usr/bin/find . -name \*.a -exec /bin/rm -f {} \;
  444. /usr/bin/find . -name \*.o -exec /bin/rm -f {} \;
  445. /bin/rm -f tests crypto_scrypt-best.o crypto_scrypt-common.o sha256.o tests.o crypto_scrypt-*.o
  446. ar: creating archive aes.a
  447. clang: warning: argument unused during compilation: '-pthread'
  448. clang: warning: argument unused during compilation: '-pthread'
  449.  
  450. Make process completed.
  451. iMac-de-xxx:src xxx$ cd /Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/run
  452. iMac-de-xxx:run xxx$ clear
  453.  
  454. iMac-de-xxx:run xxx$ ./john -test
  455. Benchmarking: descrypt, traditional crypt(3) [DES 256/256 AVX2-16]... DONE
  456. Many salts: 10154K c/s real, 10154K c/s virtual
  457. Only one salt: 9286K c/s real, 9286K c/s virtual
  458.  
  459. Benchmarking: bsdicrypt, BSDI crypt(3) ("_J9..", 725 iterations) [DES 256/256 AVX2-16]... DONE
  460. Speed for cost 1 (iteration count) of 725
  461. Many salts: 333312 c/s real, 333312 c/s virtual
  462. Only one salt: 316416 c/s real, 316416 c/s virtual
  463.  
  464. Benchmarking: md5crypt, crypt(3) $1$ [MD5 256/256 AVX2 8x5]... DONE
  465. Raw: 63960 c/s real, 64600 c/s virtual
  466.  
  467. Benchmarking: bcrypt ("$2a$05", 32 iterations) [Blowfish 32/64 X3]... DONE
  468. Speed for cost 1 (iteration count) of 32
  469. Raw: 1182 c/s real, 1182 c/s virtual
  470.  
  471. Benchmarking: scrypt (16384, 8, 1) [Salsa20/8 128/128 AVX]... DONE
  472. Speed for cost 1 (N) of 16384, cost 2 (r) of 8, cost 3 (p) of 1
  473. Raw: 40.5 c/s real, 41.8 c/s virtual
  474.  
  475. Benchmarking: LM [DES 256/256 AVX2-16]... DONE
  476. Raw: 106514K c/s real, 106514K c/s virtual
  477.  
  478. Benchmarking: AFS, Kerberos AFS [DES 48/64 4K]... DONE
  479. Short: 543232 c/s real, 543232 c/s virtual
  480. Long: 1585K c/s real, 1650K c/s virtual
  481.  
  482. Benchmarking: tripcode [DES 256/256 AVX2-16]... DONE
  483. Raw: 8421K c/s real, 8421K c/s virtual
  484.  
  485. Benchmarking: dynamic_0 [md5($p) (raw-md5) 256/256 AVX2 8x5]... DONE
  486. Raw: 47470K c/s real, 47470K c/s virtual
  487.  
  488. Benchmarking: dynamic_1 [md5($p.$s) (joomla) 256/256 AVX2 8x5]... DONE
  489. Many salts: 27924K c/s real, 28203K c/s virtual
  490. Only one salt: 20432K c/s real, 20432K c/s virtual
  491.  
  492. Benchmarking: dynamic_2 [md5(md5($p)) (e107) 256/256 AVX2 8x5]... DONE
  493. Raw: 20650K c/s real, 21072K c/s virtual
  494.  
  495. Benchmarking: dynamic_3 [md5(md5(md5($p))) 256/256 AVX2 8x5]... DONE
  496. Raw: 14861K c/s real, 14714K c/s virtual
  497.  
  498. Benchmarking: dynamic_4 [md5($s.$p) (OSC) 256/256 AVX2 8x5]... DONE
  499. Many salts: 30760K c/s real, 30760K c/s virtual
  500. Only one salt: 20973K c/s real, 20973K c/s virtual
  501.  
  502. Benchmarking: dynamic_5 [md5($s.$p.$s) 256/256 AVX2 8x5]... DONE
  503. Many salts: 24759K c/s real, 24759K c/s virtual
  504. Only one salt: 17039K c/s real, 17209K c/s virtual
  505.  
  506. Benchmarking: dynamic_6 [md5(md5($p).$s) 256/256 AVX2 8x5]... DONE
  507. Many salts: 40121K c/s real, 40121K c/s virtual
  508. Only one salt: 13030K c/s real, 13161K c/s virtual
  509.  
  510. Benchmarking: dynamic_8 [md5(md5($s).$p) 256/256 AVX2 8x5]... DONE
  511. Many salts: 30754K c/s real, 30754K c/s virtual
  512. Only one salt: 21893K c/s real, 22335K c/s virtual
  513.  
  514. Benchmarking: dynamic_9 [md5($s.md5($p)) 256/256 AVX2 8x5]... DONE
  515. Many salts: 27844K c/s real, 27844K c/s virtual
  516. Only one salt: 11602K c/s real, 11719K c/s virtual
  517.  
  518. Benchmarking: dynamic_10 [md5($s.md5($s.$p)) 256/256 AVX2 8x5]... DONE
  519. Many salts: 13386K c/s real, 13386K c/s virtual
  520. Only one salt: 11712K c/s real, 11712K c/s virtual
  521.  
  522. Benchmarking: dynamic_11 [md5($s.md5($p.$s)) 256/256 AVX2 8x5]... DONE
  523. Many salts: 14804K c/s real, 14657K c/s virtual
  524. Only one salt: 12358K c/s real, 12358K c/s virtual
  525.  
  526. Benchmarking: dynamic_12 [md5(md5($s).md5($p)) (IPB) 256/256 AVX2 8x5]... DONE
  527. Many salts: 16393K c/s real, 16231K c/s virtual
  528. Only one salt: 6515K c/s real, 6515K c/s virtual
  529.  
  530. Benchmarking: dynamic_13 [md5(md5($p).md5($s)) 256/256 AVX2 8x5]... DONE
  531. Many salts: 15772K c/s real, 15772K c/s virtual
  532. Only one salt: 6777K c/s real, 6777K c/s virtual
  533.  
  534. Benchmarking: dynamic_14 [md5($s.md5($p).$s) 256/256 AVX2 8x5]... DONE
  535. Many salts: 23476K c/s real, 23476K c/s virtual
  536. Only one salt: 12307K c/s real, 12185K c/s virtual
  537.  
  538. Benchmarking: dynamic_15 [md5($u.md5($p).$s) 256/256 AVX2 8x5]... DONE
  539. Many salts: 15153K c/s real, 15003K c/s virtual
  540. Only one salt: 7062K c/s real, 7133K c/s virtual
  541.  
  542. Benchmarking: dynamic_16 [md5(md5(md5($p).$s).$s2) 256/256 AVX2 8x5]... DONE
  543. Many salts: 9737K c/s real, 9737K c/s virtual
  544. Only one salt: 5933K c/s real, 5933K c/s virtual
  545.  
  546. Benchmarking: dynamic_18 [md5($s.Y.$p.0xF7.$s) (Post.Office MD5) 32/64 x2]... DONE
  547. Many salts: 4888K c/s real, 4888K c/s virtual
  548. Only one salt: 4511K c/s real, 4511K c/s virtual
  549.  
  550. Benchmarking: dynamic_19 [md5($p) (Cisco PIX) 256/256 AVX2 8x5]... DONE
  551. Raw: 23325K c/s real, 23325K c/s virtual
  552.  
  553. Benchmarking: dynamic_20 [md5($p.$s) (Cisco ASA) 256/256 AVX2 8x5]... DONE
  554. Many salts: 28633K c/s real, 28919K c/s virtual
  555. Only one salt: 20714K c/s real, 20509K c/s virtual
  556.  
  557. Benchmarking: dynamic_22 [md5(sha1($p)) 256/256 AVX2 8x2]... DONE
  558. Raw: 10356K c/s real, 10459K c/s virtual
  559.  
  560. Benchmarking: dynamic_23 [sha1(md5($p)) 256/256 AVX2 8x2]... DONE
  561. Raw: 12196K c/s real, 12196K c/s virtual
  562.  
  563. Benchmarking: dynamic_24 [sha1($p.$s) 256/256 AVX2 8x2]... DONE
  564. Many salts: 15173K c/s real, 15173K c/s virtual
  565. Only one salt: 12375K c/s real, 12499K c/s virtual
  566.  
  567. Benchmarking: dynamic_25 [sha1($s.$p) 256/256 AVX2 8x2]... DONE
  568. Many salts: 15180K c/s real, 15180K c/s virtual
  569. Only one salt: 12623K c/s real, 12623K c/s virtual
  570.  
  571. Benchmarking: dynamic_26 [sha1($p) raw-sha1 256/256 AVX2 8x2]... DONE
  572. Raw: 16666K c/s real, 17003K c/s virtual
  573.  
  574. Benchmarking: dynamic_29 [md5(utf16($p)) 256/256 AVX2 8x5]... DONE
  575. Raw: 24857K c/s real, 24857K c/s virtual
  576.  
  577. Benchmarking: dynamic_30 [md4($p) (raw-md4) 256/256 AVX2 8x4]... DONE
  578. Raw: 47732K c/s real, 47732K c/s virtual
  579.  
  580. Benchmarking: dynamic_31 [md4($s.$p) 256/256 AVX2 8x4]... DONE
  581. Many salts: 37988K c/s real, 37988K c/s virtual
  582. Only one salt: 25824K c/s real, 25824K c/s virtual
  583.  
  584. Benchmarking: dynamic_32 [md4($p.$s) 256/256 AVX2 8x4]... DONE
  585. Many salts: 34594K c/s real, 34252K c/s virtual
  586. Only one salt: 23452K c/s real, 23452K c/s virtual
  587.  
  588. Benchmarking: dynamic_33 [md4(utf16($p)) 256/256 AVX2 8x4]... DONE
  589. Raw: 27994K c/s real, 27994K c/s virtual
  590.  
  591. Benchmarking: dynamic_34 [md5(md4($p)) 256/256 AVX2 8x4]... DONE
  592. Raw: 23067K c/s real, 23298K c/s virtual
  593.  
  594. Benchmarking: dynamic_35 [sha1(uc($u).:.$p) (ManGOS) 256/256 AVX2 8x2]... DONE
  595. Many salts: 12563K c/s real, 12563K c/s virtual
  596. Only one salt: 10416K c/s real, 10416K c/s virtual
  597.  
  598. Benchmarking: dynamic_36 [sha1($u.:.$p) (ManGOS2) 256/256 AVX2 8x2]... DONE
  599. Many salts: 12663K c/s real, 12538K c/s virtual
  600. Only one salt: 10658K c/s real, 10765K c/s virtual
  601.  
  602. Benchmarking: dynamic_37 [sha1(lc($u).$p) (SMF) 256/256 AVX2 8x2]... DONE
  603. Many salts: 14747K c/s real, 14896K c/s virtual
  604. Only one salt: 12311K c/s real, 12311K c/s virtual
  605.  
  606. Benchmarking: dynamic_38 [sha1($s.sha1($s.sha1($p))) (Wolt3BB) 256/256 AVX2 8x2]... DONE
  607. Many salts: 3729K c/s real, 3729K c/s virtual
  608. Only one salt: 3632K c/s real, 3632K c/s virtual
  609.  
  610. Benchmarking: dynamic_39 [md5($s.pad16($p)) (net-md5) 256/256 AVX2 8x5]... DONE
  611. Many salts: 11770K c/s real, 11539K c/s virtual
  612. Only one salt: 10349K c/s real, 10452K c/s virtual
  613.  
  614. Benchmarking: dynamic_40 [sha1($s.pad20($p)) (net-sha1) 256/256 AVX2 8x2]... DONE
  615. Many salts: 11893K c/s real, 12012K c/s virtual
  616. Only one salt: 10412K c/s real, 10309K c/s virtual
  617.  
  618. Benchmarking: dynamic_50 [sha224($p) 256/256 AVX2 8x]... DONE
  619. Raw: 12731K c/s real, 12731K c/s virtual
  620.  
  621. Benchmarking: dynamic_60 [sha256($p) 256/256 AVX2 8x]... DONE
  622. Raw: 12481K c/s real, 12606K c/s virtual
  623.  
  624. Benchmarking: dynamic_61 [sha256($s.$p) 256/256 AVX2 8x]... DONE
  625. Many salts: 10143K c/s real, 10143K c/s virtual
  626. Only one salt: 8927K c/s real, 8927K c/s virtual
  627.  
  628. Benchmarking: dynamic_70 [sha384($p) 256/256 AVX2 4x]... DONE
  629. Raw: 6229K c/s real, 6229K c/s virtual
  630.  
  631. Benchmarking: dynamic_80 [sha512($p) 256/256 AVX2 4x]... DONE
  632. Raw: 6296K c/s real, 6296K c/s virtual
  633.  
  634. Benchmarking: dynamic_90 [gost($p) 64/64]... DONE
  635. Raw: 591360 c/s real, 591360 c/s virtual
  636.  
  637. Benchmarking: dynamic_100 [whirlpool($p) 64/64 OpenSSL]... DONE
  638. Raw: 1786K c/s real, 1860K c/s virtual
  639.  
  640. Benchmarking: dynamic_110 [tiger($p) 32/64 sph_tiger]... DONE
  641. Raw: 6414K c/s real, 6545K c/s virtual
  642.  
  643. Benchmarking: dynamic_120 [ripemd128($p) 32/64 sph_ripemd]... DONE
  644. Raw: 3984K c/s real, 3945K c/s virtual
  645.  
  646. Benchmarking: dynamic_130 [ripemd160($p) 32/64 sph_ripemd]... DONE
  647. Raw: 2737K c/s real, 2765K c/s virtual
  648.  
  649. Benchmarking: dynamic_140 [ripemd256($p) 32/64 sph_ripemd]... DONE
  650. Raw: 3556K c/s real, 3591K c/s virtual
  651.  
  652. Benchmarking: dynamic_150 [ripemd320($p) 32/64 sph_ripemd]... DONE
  653. Raw: 2570K c/s real, 2544K c/s virtual
  654.  
  655. Benchmarking: dynamic_160 [haval128_3($p) 32/64 sph_haval]... DONE
  656. Raw: 4318K c/s real, 4318K c/s virtual
  657.  
  658. Benchmarking: dynamic_170 [haval128_4($p) 32/64 sph_haval]... DONE
  659. Raw: 3128K c/s real, 3128K c/s virtual
  660.  
  661. Benchmarking: dynamic_180 [haval128_5($p) 32/64 sph_haval]... DONE
  662. Raw: 2717K c/s real, 2745K c/s virtual
  663.  
  664. Benchmarking: dynamic_190 [haval160_3($p) 32/64 sph_haval]... DONE
  665. Raw: 4304K c/s real, 4347K c/s virtual
  666.  
  667. Benchmarking: dynamic_200 [haval160_4($p) 32/64 sph_haval]... DONE
  668. Raw: 3044K c/s real, 3044K c/s virtual
  669.  
  670. Benchmarking: dynamic_210 [haval160_5($p) 32/64 sph_haval]... DONE
  671. Raw: 2802K c/s real, 2774K c/s virtual
  672.  
  673. Benchmarking: dynamic_220 [haval192_3($p) 32/64 sph_haval]... DONE
  674. Raw: 4384K c/s real, 4384K c/s virtual
  675.  
  676. Benchmarking: dynamic_230 [haval192_4($p) 32/64 sph_haval]... DONE
  677. Raw: 3175K c/s real, 3143K c/s virtual
  678.  
  679. Benchmarking: dynamic_240 [haval192_5($p) 32/64 sph_haval]... DONE
  680. Raw: 2754K c/s real, 2782K c/s virtual
  681.  
  682. Benchmarking: dynamic_250 [haval224_3($p) 32/64 sph_haval]... DONE
  683. Raw: 4347K c/s real, 4391K c/s virtual
  684.  
  685. Benchmarking: dynamic_260 [haval224_4($p) 32/64 sph_haval]... DONE
  686. Raw: 3108K c/s real, 3077K c/s virtual
  687.  
  688. Benchmarking: dynamic_270 [haval224_5($p) 32/64 sph_haval]... DONE
  689. Raw: 2747K c/s real, 2775K c/s virtual
  690.  
  691. Benchmarking: dynamic_280 [haval256_3($p) 32/64 sph_haval]... DONE
  692. Raw: 4428K c/s real, 4384K c/s virtual
  693.  
  694. Benchmarking: dynamic_290 [haval256_4($p) 32/64 sph_haval]... DONE
  695. Raw: 3097K c/s real, 3097K c/s virtual
  696.  
  697. Benchmarking: dynamic_300 [haval256_5($p) 32/64 sph_haval]... DONE
  698. Raw: 2811K c/s real, 2811K c/s virtual
  699.  
  700. Benchmarking: dynamic_310 [md2($p) 32/64 sph_md2]... DONE
  701. Raw: 279445 c/s real, 279445 c/s virtual
  702.  
  703. Benchmarking: dynamic_320 [panama($p) 32/64 sph_panama]... DONE
  704. Raw: 887040 c/s real, 878257 c/s virtual
  705.  
  706. Benchmarking: dynamic_330 [skein224($p) 32/64 sph_skein]... DONE
  707. Raw: 4032K c/s real, 4072K c/s virtual
  708.  
  709. Benchmarking: dynamic_340 [skein256($p) 32/64 sph_skein]... DONE
  710. Raw: 4068K c/s real, 4109K c/s virtual
  711.  
  712. Benchmarking: dynamic_350 [skein384($p) 32/64 sph_skein]... DONE
  713. Raw: 3992K c/s real, 4032K c/s virtual
  714.  
  715. Benchmarking: dynamic_360 [skein512($p) 32/64 sph_skein]... DONE
  716. Raw: 4085K c/s real, 4085K c/s virtual
  717.  
  718. Benchmarking: dynamic_370 [sha3_224($p) 64/64 keccak]... DONE
  719. Raw: 2106K c/s real, 2106K c/s virtual
  720.  
  721. Benchmarking: dynamic_380 [sha3_256($p) 64/64 keccak]... DONE
  722. Raw: 2092K c/s real, 2113K c/s virtual
  723.  
  724. Benchmarking: dynamic_390 [sha3_384($p) 64/64 keccak]... DONE
  725. Raw: 2172K c/s real, 2172K c/s virtual
  726.  
  727. Benchmarking: dynamic_400 [sha3_512($p) 64/64 keccak]... DONE
  728. Raw: 2182K c/s real, 2204K c/s virtual
  729.  
  730. Benchmarking: dynamic_410 [keccak_256($p) 64/64 keccak]... DONE
  731. Raw: 2173K c/s real, 2173K c/s virtual
  732.  
  733. Benchmarking: dynamic_420 [keccak_512($p) 64/64 keccak]... DONE
  734. Raw: 2217K c/s real, 2217K c/s virtual
  735.  
  736. Benchmarking: dynamic_1001 [md5(md5(md5(md5($p)))) 256/256 AVX2 8x5]... DONE
  737. Raw: 10399K c/s real, 10399K c/s virtual
  738.  
  739. Benchmarking: dynamic_1002 [md5(md5(md5(md5(md5($p))))) 256/256 AVX2 8x5]... DONE
  740. Raw: 8293K c/s real, 8376K c/s virtual
  741.  
  742. Benchmarking: dynamic_1003 [md5(md5($p).md5($p)) 256/256 AVX2 8x5]... DONE
  743. Raw: 6866K c/s real, 6935K c/s virtual
  744.  
  745. Benchmarking: dynamic_1004 [md5(md5(md5(md5(md5(md5($p)))))) 256/256 AVX2 8x5]... DONE
  746. Raw: 7005K c/s real, 7005K c/s virtual
  747.  
  748. Benchmarking: dynamic_1005 [md5(md5(md5(md5(md5(md5(md5($p))))))) 256/256 AVX2 8x5]... DONE
  749. Raw: 5971K c/s real, 5912K c/s virtual
  750.  
  751. Benchmarking: dynamic_1006 [md5(md5(md5(md5(md5(md5(md5(md5($p)))))))) 256/256 AVX2 8x5]... DONE
  752. Raw: 5187K c/s real, 5136K c/s virtual
  753.  
  754. Benchmarking: dynamic_1007 [md5(md5($p).$s) (vBulletin) 256/256 AVX2 8x5]... DONE
  755. Many salts: 45158K c/s real, 45158K c/s virtual
  756. Only one salt: 13883K c/s real, 13883K c/s virtual
  757.  
  758. Benchmarking: dynamic_1008 [md5($p.$s) (RADIUS User-Password) 256/256 AVX2 8x5]... DONE
  759. Many salts: 24478K c/s real, 24972K c/s virtual
  760. Only one salt: 19461K c/s real, 19461K c/s virtual
  761.  
  762. Benchmarking: dynamic_1009 [md5($s.$p) (RADIUS Responses) 256/256 AVX2 8x5]... DONE
  763. Many salts: 31999K c/s real, 32319K c/s virtual
  764. Only one salt: 22841K c/s real, 22841K c/s virtual
  765.  
  766. Benchmarking: dynamic_1010 [md5($p null_padded_to_len_100) RAdmin v2.x MD5 256/256 AVX2 8x5]... DONE
  767. Raw: 14607K c/s real, 14753K c/s virtual
  768.  
  769. Benchmarking: dynamic_1011 [md5($p.md5($s)) (WebEdition CMS) 256/256 AVX2 8x5]... DONE
  770. Many salts: 13742K c/s real, 13742K c/s virtual
  771. Only one salt: 11653K c/s real, 11653K c/s virtual
  772.  
  773. Benchmarking: dynamic_1012 [md5($p.md5($s)) (WebEdition CMS) 256/256 AVX2 8x5]... DONE
  774. Many salts: 29285K c/s real, 28995K c/s virtual
  775. Only one salt: 21384K c/s real, 21598K c/s virtual
  776.  
  777. Benchmarking: dynamic_1013 [md5($p.PMD5(username)) (WebEdition CMS) 256/256 AVX2 8x5]... DONE
  778. Many salts: 28687K c/s real, 28687K c/s virtual
  779. Only one salt: 20868K c/s real, 21077K c/s virtual
  780.  
  781. Benchmarking: dynamic_1014 [md5($p.$s) (long salt) 256/256 AVX2 8x5]... DONE
  782. Many salts: 10305K c/s real, 10305K c/s virtual
  783. Only one salt: 8290K c/s real, 8373K c/s virtual
  784.  
  785. Benchmarking: dynamic_1015 [md5(md5($p.$u).$s) (PostgreSQL 'pass the hash') 256/256 AVX2 8x5]... DONE
  786. Many salts: 15519K c/s real, 15519K c/s virtual
  787. Only one salt: 13194K c/s real, 13194K c/s virtual
  788.  
  789. Benchmarking: dynamic_1016 [md5($p.$s) (long salt) 256/256 AVX2 8x5]... DONE
  790. Many salts: 13456K c/s real, 13456K c/s virtual
  791. Only one salt: 11995K c/s real, 12116K c/s virtual
  792.  
  793. Benchmarking: dynamic_1017 [md5($s.$p) (long salt) 256/256 AVX2 8x5]... DONE
  794. Many salts: 12321K c/s real, 12321K c/s virtual
  795. Only one salt: 10738K c/s real, 10846K c/s virtual
  796.  
  797. Benchmarking: dynamic_1018 [md5(sha1(sha1($p))) 256/256 AVX2 8x2]... DONE
  798. Raw: 6663K c/s real, 6663K c/s virtual
  799.  
  800. Benchmarking: dynamic_1019 [md5(sha1(sha1(md5($p)))) 256/256 AVX2 8x2]... DONE
  801. Raw: 5642K c/s real, 5642K c/s virtual
  802.  
  803. Benchmarking: dynamic_1020 [md5(sha1(md5($p))) 256/256 AVX2 8x2]... DONE
  804. Raw: 7984K c/s real, 7984K c/s virtual
  805.  
  806. Benchmarking: dynamic_1021 [md5(sha1(md5(sha1($p)))) 256/256 AVX2 8x2]... DONE
  807. Raw: 5241K c/s real, 5241K c/s virtual
  808.  
  809. Benchmarking: dynamic_1022 [md5(sha1(md5(sha1(md5($p))))) 256/256 AVX2 8x2]... DONE
  810. Raw: 4589K c/s real, 4589K c/s virtual
  811.  
  812. Benchmarking: dynamic_1023 [sha1($p) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  813. Raw: 9864K c/s real, 9864K c/s virtual
  814.  
  815. Benchmarking: dynamic_1024 [sha1(md5($p)) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  816. Raw: 11507K c/s real, 11507K c/s virtual
  817.  
  818. Benchmarking: dynamic_1025 [sha1(md5(md5($p))) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  819. Raw: 9095K c/s real, 9095K c/s virtual
  820.  
  821. Benchmarking: dynamic_1026 [sha1(sha1($p)) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  822. Raw: 6847K c/s real, 6779K c/s virtual
  823.  
  824. Benchmarking: dynamic_1027 [sha1(sha1(sha1($p))) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  825. Raw: 4989K c/s real, 4989K c/s virtual
  826.  
  827. Benchmarking: dynamic_1028 [sha1(sha1_raw($p)) (hash truncated to length 32) 256/256 AVX2 8x2]... DONE
  828. Raw: 6713K c/s real, 6713K c/s virtual
  829.  
  830. Benchmarking: dynamic_1029 [sha256($p) (hash truncated to length 32) 256/256 AVX2 8x]... DONE
  831. Raw: 6473K c/s real, 6538K c/s virtual
  832.  
  833. Benchmarking: dynamic_1030 [whirlpool($p) (hash truncated to length 32) 64/64 OpenSSL]... DONE
  834. Raw: 1434K c/s real, 1434K c/s virtual
  835.  
  836. Benchmarking: dynamic_1031 [gost($p) (hash truncated to length 32) 64/64]... DONE
  837. Raw: 479049 c/s real, 479049 c/s virtual
  838.  
  839. Benchmarking: dynamic_1032 [sha1_64(utf16($p)) (PeopleSoft) 256/256 AVX2 8x2]... DONE
  840. Raw: 13302K c/s real, 13302K c/s virtual
  841.  
  842. Benchmarking: dynamic_1034 [md5($p.$u) (PostgreSQL MD5) 256/256 AVX2 8x5]... DONE
  843. Many salts: 34478K c/s real, 34823K c/s virtual
  844. Only one salt: 24739K c/s real, 24494K c/s virtual
  845.  
  846. Benchmarking: dynamic_1300 [md5(md5_raw($p)) 256/256 AVX2 8x5]... DONE
  847. Raw: 16504K c/s real, 16671K c/s virtual
  848.  
  849. Benchmarking: dynamic_1350 [md5(md5($s.$p):$s) 256/256 AVX2 8x5]... DONE
  850. Many salts: 14441K c/s real, 14441K c/s virtual
  851. Only one salt: 11982K c/s real, 12102K c/s virtual
  852.  
  853. Benchmarking: dynamic_1400 [sha1(utf16($p)) (Microsoft CREDHIST) 256/256 AVX2 8x2]... DONE
  854. Raw: 11622K c/s real, 11622K c/s virtual
  855.  
  856. Benchmarking: dynamic_1401 [md5($u.\nskyper\n.$p) (Skype MD5) 256/256 AVX2 8x5]... DONE
  857. Many salts: 8436K c/s real, 8520K c/s virtual
  858. Only one salt: 7324K c/s real, 7324K c/s virtual
  859.  
  860. Benchmarking: dynamic_1501 [sha1($s.sha1($p)) (Redmine) 256/256 AVX2 8x2]... DONE
  861. Many salts: 9870K c/s real, 9870K c/s virtual
  862. Only one salt: 5580K c/s real, 5580K c/s virtual
  863.  
  864. Benchmarking: dynamic_1502 [sha1(sha1($p).$s) (XenForo SHA-1) 256/256 AVX2 8x2]... DONE
  865. Many salts: 17744K c/s real, 17922K c/s virtual
  866. Only one salt: 7573K c/s real, 7573K c/s virtual
  867.  
  868. Benchmarking: dynamic_1503 [sha256(sha256($p).$s) (XenForo SHA-256) 256/256 AVX2 8x]... DONE
  869. Many salts: 5365K c/s real, 5312K c/s virtual
  870. Only one salt: 3528K c/s real, 3528K c/s virtual
  871.  
  872. Benchmarking: dynamic_1504 [sha1($s.$p.$s) 256/256 AVX2 8x2]... DONE
  873. Many salts: 13596K c/s real, 13596K c/s virtual
  874. Only one salt: 11975K c/s real, 11975K c/s virtual
  875.  
  876. Benchmarking: dynamic_1505 [md5($p.$s.md5($p.$s)) 256/256 AVX2 8x5]... DONE
  877. Many salts: 5997K c/s real, 5997K c/s virtual
  878. Only one salt: 5523K c/s real, 5523K c/s virtual
  879.  
  880. Benchmarking: dynamic_1506 [md5($u.:XDB:.$p) (Oracle 12c "H" hash) 256/256 AVX2 8x5]... DONE
  881. Many salts: 25576K c/s real, 25576K c/s virtual
  882. Only one salt: 18920K c/s real, 18920K c/s virtual
  883.  
  884. Benchmarking: dynamic_1507 [sha1(utf16($const.$p)) (Mcafee master pass) 256/256 AVX2 8x2]... DONE
  885. Raw: 11084K c/s real, 11195K c/s virtual
  886.  
  887. Benchmarking: dynamic_1550 [md5($u.:mongo:.$p) (MONGODB-CR system hash) 256/256 AVX2 8x5]... DONE
  888. Many salts: 24115K c/s real, 24356K c/s virtual
  889. Only one salt: 18695K c/s real, 18509K c/s virtual
  890.  
  891. Benchmarking: dynamic_1551 [md5($s.$u.(md5($u.:mongo:.$p)) (MONGODB-CR network hash) 256/256 AVX2 8x5]... DONE
  892. Many salts: 12489K c/s real, 12489K c/s virtual
  893. Only one salt: 10908K c/s real, 11017K c/s virtual
  894.  
  895. Benchmarking: dynamic_1552 [md5($s.$u.(md5($u.:mongo:.$p)) (MONGODB-CR network hash) 256/256 AVX2 8x5]... DONE
  896. Many salts: 6729K c/s real, 6797K c/s virtual
  897. Only one salt: 6165K c/s real, 6104K c/s virtual
  898.  
  899. Benchmarking: dynamic_1560 [md5($s.$p.$s2) [SocialEngine] 256/256 AVX2 8x5]... DONE
  900. Many salts: 13315K c/s real, 13315K c/s virtual
  901. Only one salt: 11454K c/s real, 11340K c/s virtual
  902.  
  903. Benchmarking: dynamic_1588 [sha256($s.sha1($p)) (ColdFusion 11) 256/256 AVX2 8x]... DONE
  904. Many salts: 5136K c/s real, 5187K c/s virtual
  905. Only one salt: 4885K c/s real, 4885K c/s virtual
  906.  
  907. Benchmarking: dynamic_1590 [sha1(utf16be(space_pad_10(uc($s)).$p)) (IBM AS/400 SHA1) 256/256 AVX2 8x2]... DONE
  908. Many salts: 14061K c/s real, 14061K c/s virtual
  909. Only one salt: 11853K c/s real, 11853K c/s virtual
  910.  
  911. Benchmarking: dynamic_1592 [sha1($s.sha1($s.sha1($p))) 256/256 AVX2 8x2]... DONE
  912. Many salts: 5466K c/s real, 5466K c/s virtual
  913. Only one salt: 3682K c/s real, 3682K c/s virtual
  914.  
  915. Benchmarking: dynamic_2000 [md5($p) (PW > 55 bytes) 256/256 AVX2 8x5]... DONE
  916. Raw: 22757K c/s real, 22531K c/s virtual
  917.  
  918. Benchmarking: dynamic_2001 [md5($p.$s) (joomla) (PW > 23 bytes) 256/256 AVX2 8x5]... DONE
  919. Many salts: 18597K c/s real, 18413K c/s virtual
  920. Only one salt: 14962K c/s real, 14813K c/s virtual
  921.  
  922. Benchmarking: dynamic_2002 [md5(md5($p)) (e107) (PW > 55 bytes) 256/256 AVX2 8x5]... DONE
  923. Raw: 11672K c/s real, 11672K c/s virtual
  924.  
  925. Benchmarking: dynamic_2003 [md5(md5(md5($p))) (PW > 55 bytes) 256/256 AVX2 8x5]... DONE
  926. Raw: 7848K c/s real, 7928K c/s virtual
  927.  
  928. Benchmarking: dynamic_2004 [md5($s.$p) (OSC) (PW > 31 bytes) 256/256 AVX2 8x5]... DONE
  929. Many salts: 18412K c/s real, 18230K c/s virtual
  930. Only one salt: 15015K c/s real, 15015K c/s virtual
  931.  
  932. Benchmarking: dynamic_2005 [md5($s.$p.$s) (PW > 31 bytes) 256/256 AVX2 8x5]... DONE
  933. Many salts: 15249K c/s real, 15249K c/s virtual
  934. Only one salt: 12952K c/s real, 12952K c/s virtual
  935.  
  936. Benchmarking: dynamic_2006 [md5(md5($p).$s) (PW > 55 bytes) 256/256 AVX2 8x5]... DONE
  937. Many salts: 24335K c/s real, 24335K c/s virtual
  938. Only one salt: 9458K c/s real, 9458K c/s virtual
  939.  
  940. Benchmarking: dynamic_2008 [md5(md5($s).$p) (PW > 23 bytes) 256/256 AVX2 8x5]... DONE
  941. Many salts: 18506K c/s real, 18506K c/s virtual
  942. Only one salt: 14952K c/s real, 15103K c/s virtual
  943.  
  944. Benchmarking: dynamic_2009 [md5($s.md5($p)) (salt > 23 bytes) 256/256 AVX2 8x5]... DONE
  945. Many salts: 18686K c/s real, 18873K c/s virtual
  946. Only one salt: 8356K c/s real, 8273K c/s virtual
  947.  
  948. Benchmarking: dynamic_2010 [md5($s.md5($s.$p)) (PW > 32 or salt > 23 bytes) 256/256 AVX2 8x5]... DONE
  949. Many salts: 9807K c/s real, 9710K c/s virtual
  950. Only one salt: 8692K c/s real, 8692K c/s virtual
  951.  
  952. Benchmarking: dynamic_2011 [md5($s.md5($p.$s)) (PW > 32 or salt > 23 bytes) 256/256 AVX2 8x5]... DONE
  953. Many salts: 9656K c/s real, 9754K c/s virtual
  954. Only one salt: 8463K c/s real, 8463K c/s virtual
  955.  
  956. Benchmarking: dynamic_2014 [md5($s.md5($p).$s) (PW > 55 or salt > 11 bytes) 256/256 AVX2 8x5]... DONE
  957. Many salts: 15886K c/s real, 15886K c/s virtual
  958. Only one salt: 7574K c/s real, 7650K c/s virtual
  959.  
  960. Benchmarking: agilekeychain, 1Password Agile Keychain [PBKDF2-SHA1 AES 256/256 AVX2 8x2]... DONE
  961. Speed for cost 1 (iteration count) of 1000
  962. Raw: 19744 c/s real, 19548 c/s virtual
  963.  
  964. Benchmarking: aix-ssha1, AIX LPA {ssha1} [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  965. Speed for cost 1 (iteration count) of 64
  966. Raw: 267992 c/s real, 267992 c/s virtual
  967.  
  968. Benchmarking: aix-ssha256, AIX LPA {ssha256} [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  969. Speed for cost 1 (iteration count) of 64
  970. Raw: 141512 c/s real, 141512 c/s virtual
  971.  
  972. Benchmarking: aix-ssha512, AIX LPA {ssha512} [PBKDF2-SHA512 256/256 AVX2 4x]... DONE
  973. Speed for cost 1 (iteration count) of 64
  974. Raw: 59382 c/s real, 59382 c/s virtual
  975.  
  976. Benchmarking: argon2 [Blake2 AVX]... DONE
  977. Speed for cost 1 (t) of 3, cost 2 (m) of 4096, cost 3 (l) of 1
  978. Warning: "Many salts" test limited: 166/256
  979. Many salts: 164 c/s real, 164 c/s virtual
  980. Only one salt: 166 c/s real, 166 c/s virtual
  981.  
  982. Benchmarking: as400-des, AS/400 DES [DES 32/64]... DONE
  983. Many salts: 3731K c/s real, 3768K c/s virtual
  984. Only one salt: 3511K c/s real, 3476K c/s virtual
  985.  
  986. Benchmarking: as400-ssha1, AS400-SaltedSHA1 [sha1(utf16be(space_pad_10(uc($s)).$p)) (IBM AS/400 SHA1) 256/256 AVX2 8x2]... DONE
  987. Many salts: 14313K c/s real, 14171K c/s virtual
  988. Only one salt: 12059K c/s real, 12180K c/s virtual
  989.  
  990. Benchmarking: asa-md5, Cisco ASA [md5($p.$s) (Cisco ASA) 256/256 AVX2 8x5]... DONE
  991. Many salts: 30379K c/s real, 30683K c/s virtual
  992. Only one salt: 21238K c/s real, 21238K c/s virtual
  993.  
  994. Benchmarking: axcrypt, AxCrypt [SHA1 AES 32/64]... DONE
  995. Raw: 109 c/s real, 109 c/s virtual
  996.  
  997. Benchmarking: AzureAD [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  998. Many salts: 96432 c/s real, 97406 c/s virtual
  999. Only one salt: 95730 c/s real, 95730 c/s virtual
  1000.  
  1001. Benchmarking: bfegg, Eggdrop [Blowfish 32/64]... DONE
  1002. Raw: 34345 c/s real, 34689 c/s virtual
  1003.  
  1004. Benchmarking: Bitcoin [SHA512 AES 256/256 AVX2 4x]... DONE
  1005. Speed for cost 1 (iteration count) of 177864 and 258507
  1006. Raw: 37.3 c/s real, 37.3 c/s virtual
  1007.  
  1008. Benchmarking: BKS [PKCS12 PBE 256/256 AVX2 8x2]... DONE
  1009. Raw: 20546 c/s real, 20546 c/s virtual
  1010.  
  1011. Benchmarking: Blackberry-ES10 (101x) [SHA-512 256/256 AVX2 4x]... DONE
  1012. Raw: 79564 c/s real, 79564 c/s virtual
  1013.  
  1014. Benchmarking: WoWSRP, Battlenet [SHA1 32/64 oSSL-exp]... DONE
  1015. Raw: 50600 c/s real, 50099 c/s virtual
  1016.  
  1017. Benchmarking: Blockchain, My Wallet (x10) [PBKDF2-SHA1 AES 256/256 AVX2 8x2]... DONE
  1018. Raw: 400640 c/s real, 396673 c/s virtual
  1019.  
  1020. Benchmarking: chap, iSCSI CHAP authentication [MD5 32/64]... DONE
  1021. Raw: 8028K c/s real, 8028K c/s virtual
  1022.  
  1023. Benchmarking: Clipperz, SRP [SHA256 32/64 oSSL-exp]... DONE
  1024. Raw: 21386 c/s real, 21386 c/s virtual
  1025.  
  1026. Benchmarking: cloudkeychain, 1Password Cloud Keychain [PBKDF2-SHA512 256/256 AVX2 4x]... DONE
  1027. Speed for cost 1 (iteration count) of 227272
  1028. Raw: 17.8 c/s real, 18.0 c/s virtual
  1029.  
  1030. Benchmarking: dynamic=md5($p) [256/256 AVX2 8x5]... DONE
  1031. Raw: 42097K c/s real, 42097K c/s virtual
  1032.  
  1033. Benchmarking: cq, ClearQuest [CQWeb]... DONE
  1034. Many salts: 80239K c/s real, 80239K c/s virtual
  1035. Only one salt: 36513K c/s real, 36513K c/s virtual
  1036.  
  1037. Benchmarking: CRC32 [CRC32 32/64 CRC-32C SSE4.2]... DONE
  1038. Speed for cost 1 (version: 0 = CRC-32, 1 = CRC-32C) of 0
  1039. Many salts: 105790K c/s real, 105790K c/s virtual
  1040. Only one salt: 64921K c/s real, 64921K c/s virtual
  1041.  
  1042. Benchmarking: sha1crypt, NetBSD's sha1crypt [PBKDF1-SHA1 256/256 AVX2 8x2]... DONE
  1043. Speed for cost 1 (iteration count) of 64000 and 40000
  1044. Raw: 396 c/s real, 400 c/s virtual
  1045.  
  1046. Benchmarking: sha256crypt, crypt(3) $5$ (rounds=5000) [SHA256 256/256 AVX2 8x]... DONE
  1047. Speed for cost 1 (iteration count) of 5000
  1048. Raw: 2057 c/s real, 2057 c/s virtual
  1049.  
  1050. Benchmarking: sha512crypt, crypt(3) $6$ (rounds=5000) [SHA512 256/256 AVX2 4x]... DONE
  1051. Speed for cost 1 (iteration count) of 5000
  1052. Raw: 1415 c/s real, 1429 c/s virtual
  1053.  
  1054. Benchmarking: Citrix_NS10, Netscaler 10 [SHA1 256/256 AVX2 8x2]... DONE
  1055. Many salts: 35051K c/s real, 35051K c/s virtual
  1056. Only one salt: 31556K c/s real, 31556K c/s virtual
  1057.  
  1058. Benchmarking: dahua, "MD5 based authentication" Dahua [MD5 32/64]... DONE
  1059. Raw: 7007K c/s real, 7007K c/s virtual
  1060.  
  1061. Benchmarking: Django (x10000) [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  1062. Speed for cost 1 (iteration count) of 10000
  1063. Raw: 1029 c/s real, 1029 c/s virtual
  1064.  
  1065. Benchmarking: django-scrypt [Salsa20/8 128/128 AVX]... DONE
  1066. Speed for cost 1 (N) of 14, cost 2 (r) of 8, cost 3 (p) of 1
  1067. Raw: 34.6 c/s real, 34.3 c/s virtual
  1068.  
  1069. Benchmarking: dmd5, DIGEST-MD5 C/R [MD5 32/64]... DONE
  1070. Raw: 2198K c/s real, 2198K c/s virtual
  1071.  
  1072. Benchmarking: dmg, Apple DMG [PBKDF2-SHA1 256/256 AVX2 8x2 3DES/AES]... DONE
  1073. Speed for cost 1 (iteration count) of 1000
  1074. Raw: 6209 c/s real, 6272 c/s virtual
  1075.  
  1076. Benchmarking: dominosec, Lotus Notes/Domino 6 More Secure Internet Password [8/64]... DONE
  1077. Many salts: 318150 c/s real, 318150 c/s virtual
  1078. Only one salt: 166566 c/s real, 166566 c/s virtual
  1079.  
  1080. Benchmarking: dominosec8, Lotus Notes/Domino 8 [8/64]... DONE
  1081. Warning: "Many salts" test limited: 166/256
  1082. Many salts: 996 c/s real, 996 c/s virtual
  1083. Only one salt: 982 c/s real, 992 c/s virtual
  1084.  
  1085. Benchmarking: dragonfly3-32, DragonFly BSD $3$ w/ bug, 32-bit [SHA256 32/64 OpenSSL]... DONE
  1086. Many salts: 5046K c/s real, 5046K c/s virtual
  1087. Only one salt: 4528K c/s real, 4528K c/s virtual
  1088.  
  1089. Benchmarking: dragonfly3-64, DragonFly BSD $3$ w/ bug, 64-bit [SHA256 32/64 OpenSSL]... DONE
  1090. Many salts: 5090K c/s real, 5090K c/s virtual
  1091. Only one salt: 4650K c/s real, 4650K c/s virtual
  1092.  
  1093. Benchmarking: dragonfly4-32, DragonFly BSD $4$ w/ bugs, 32-bit [SHA512 64/64 OpenSSL]... DONE
  1094. Many salts: 3381K c/s real, 3381K c/s virtual
  1095. Only one salt: 3215K c/s real, 3215K c/s virtual
  1096.  
  1097. Benchmarking: dragonfly4-64, DragonFly BSD $4$ w/ bugs, 64-bit [SHA512 64/64 OpenSSL]... DONE
  1098. Many salts: 3379K c/s real, 3413K c/s virtual
  1099. Only one salt: 3204K c/s real, 3204K c/s virtual
  1100.  
  1101. Benchmarking: Drupal7, $S$ (x16385) [SHA512 256/256 AVX2 4x]... DONE
  1102. Speed for cost 1 (iteration count) of 16384
  1103. Raw: 500 c/s real, 495 c/s virtual
  1104.  
  1105. Benchmarking: eCryptfs (65536x) [SHA512 256/256 AVX2 4x]... DONE
  1106. Raw: 124 c/s real, 125 c/s virtual
  1107.  
  1108. Benchmarking: EFS [PBKDF2-SHA1-efs-variant 3DES 256/256 AVX2 8x2]... DONE
  1109. Speed for cost 1 (iteration count) of 4000
  1110. Raw: 2407 c/s real, 2407 c/s virtual
  1111.  
  1112. Benchmarking: eigrp, EIGRP MD5 / HMAC-SHA-256 authentication [MD5 32/64]... DONE
  1113. Speed for cost 1 (algorithm [2:MD5 3:HMAC-SHA-256]) of 2
  1114. Many salts: 4787K c/s real, 4787K c/s virtual
  1115. Only one salt: 4371K c/s real, 4371K c/s virtual
  1116.  
  1117. Benchmarking: EncFS [PBKDF2-SHA1 256/256 AVX2 8x2 AES/Blowfish]... DONE
  1118. Speed for cost 1 (iteration count) of 181474 and 181317
  1119. Raw: 54.2 c/s real, 54.2 c/s virtual
  1120.  
  1121. Benchmarking: EPI, EPiServer SID [SHA1 32/64]... DONE
  1122. Many salts: 8815K c/s real, 8815K c/s virtual
  1123. Only one salt: 7487K c/s real, 7487K c/s virtual
  1124.  
  1125. Benchmarking: EPiServer [SHA1/SHA256 256/256 AVX2 8x]... DONE
  1126. Speed for cost 1 (hash type [1: SHA1 2:SHA256]) of 1
  1127. Many salts: 29200K c/s real, 29200K c/s virtual
  1128. Only one salt: 29081K c/s real, 29081K c/s virtual
  1129.  
  1130. Benchmarking: fde, Android FDE [PBKDF2-SHA1 256/256 AVX2 8x2 SHA256/AES]... DONE
  1131. Raw: 4896 c/s real, 4847 c/s virtual
  1132.  
  1133. Benchmarking: Fortigate, FortiOS [SHA1 256/256 AVX2 8x2]... DONE
  1134. Many salts: 6122K c/s real, 6122K c/s virtual
  1135. Only one salt: 6465K c/s real, 6465K c/s virtual
  1136.  
  1137. Benchmarking: FormSpring [sha256($s.$p) 256/256 AVX2 8x]... DONE
  1138. Many salts: 10496K c/s real, 10496K c/s virtual
  1139. Only one salt: 9199K c/s real, 9199K c/s virtual
  1140.  
  1141. Benchmarking: gost, GOST R 34.11-94 [64/64]... DONE
  1142. Raw: 637369 c/s real, 637369 c/s virtual
  1143.  
  1144. Benchmarking: gpg, OpenPGP / GnuPG Secret Key [32/64]... DONE
  1145. Speed for cost 1 (s2k-count) of 65536, cost 2 (hash algorithm [1:MD5 2:SHA1 3:RIPEMD160 8:SHA256 9:SHA384 10:SHA512 11:SHA224]) of 2, cost 3 (cipher algorithm [1:IDEA 2:3DES 3:CAST5 4:Blowfish 7:AES128 8:AES192 9:AES256 10:Twofish 11:Camellia128 12:Camellia192 13:Camellia256]) of 3
  1146. Raw: 14869 c/s real, 15018 c/s virtual
  1147.  
  1148. Benchmarking: HAVAL-128-4 [32/64]... DONE
  1149. Raw: 3104K c/s real, 3135K c/s virtual
  1150.  
  1151. Benchmarking: HAVAL-256-3 [32/64]... DONE
  1152. Raw: 4377K c/s real, 4420K c/s virtual
  1153.  
  1154. Benchmarking: hdaa, HTTP Digest access authentication [MD5 256/256 AVX2 8x5]... DONE
  1155. Many salts: 7404K c/s real, 7478K c/s virtual
  1156. Only one salt: 6964K c/s real, 6895K c/s virtual
  1157.  
  1158. Benchmarking: HMAC-MD5 [password is key, MD5 256/256 AVX2 8x5]... DONE
  1159. Many salts: 37266K c/s real, 37266K c/s virtual
  1160. Only one salt: 11739K c/s real, 11739K c/s virtual
  1161.  
  1162. Benchmarking: HMAC-SHA1 [password is key, SHA1 256/256 AVX2 8x2]... DONE
  1163. Many salts: 19481K c/s real, 19676K c/s virtual
  1164. Only one salt: 6992K c/s real, 6855K c/s virtual
  1165.  
  1166. Benchmarking: HMAC-SHA224 [password is key, SHA224 256/256 AVX2 8x]... DONE
  1167. Many salts: 10198K c/s real, 10300K c/s virtual
  1168. Only one salt: 2583K c/s real, 2558K c/s virtual
  1169.  
  1170. Benchmarking: HMAC-SHA256 [password is key, SHA256 256/256 AVX2 8x]... DONE
  1171. Many salts: 10350K c/s real, 10350K c/s virtual
  1172. Only one salt: 3521K c/s real, 3521K c/s virtual
  1173.  
  1174. Benchmarking: HMAC-SHA384 [password is key, SHA384 256/256 AVX2 4x]... DONE
  1175. Many salts: 3993K c/s real, 3993K c/s virtual
  1176. Only one salt: 1862K c/s real, 1862K c/s virtual
  1177.  
  1178. Benchmarking: HMAC-SHA512 [password is key, SHA512 256/256 AVX2 4x]... DONE
  1179. Many salts: 3983K c/s real, 4022K c/s virtual
  1180. Only one salt: 1918K c/s real, 1899K c/s virtual
  1181.  
  1182. Benchmarking: hMailServer [sha256($s.$p) 256/256 AVX2 8x]... DONE
  1183. Many salts: 10429K c/s real, 10326K c/s virtual
  1184. Only one salt: 9374K c/s real, 9374K c/s virtual
  1185.  
  1186. Benchmarking: hsrp, "MD5 authentication" HSRP, HSRPv2, VRRP, GLBP [MD5 32/64]... DONE
  1187. Many salts: 4894K c/s real, 4845K c/s virtual
  1188. Only one salt: 3170K c/s real, 3170K c/s virtual
  1189.  
  1190. Benchmarking: IKE, PSK [HMAC MD5/SHA1 32/64]... DONE
  1191. Speed for cost 1 (hash algorithm used for hmac [1:MD5 2:SHA1]) of 1 and 2
  1192. Raw: 837440 c/s real, 837440 c/s virtual
  1193.  
  1194. Benchmarking: ipb2, Invision Power Board 2.x [MD5 256/256 AVX2 8x5]... DONE
  1195. Many salts: 13358K c/s real, 13358K c/s virtual
  1196. Only one salt: 11335K c/s real, 11335K c/s virtual
  1197.  
  1198. Benchmarking: iwork, Apple iWork '09 / '13 / '14 [PBKDF2-SHA1 AES 256/256 AVX2 8x2]... DONE
  1199. Speed for cost 1 (iteration count) of 100000
  1200. Raw: 196 c/s real, 196 c/s virtual
  1201.  
  1202. Benchmarking: KeePass [SHA256 AES 32/64 OpenSSL]... DONE
  1203. Speed for cost 1 (iteration count) of 50000 and 6000, cost 2 (version) of 1 and 2
  1204. Raw: 122 c/s real, 122 c/s virtual
  1205.  
  1206. Benchmarking: keychain, Mac OS X Keychain [PBKDF2-SHA1 3DES 256/256 AVX2 8x2]... DONE
  1207. Raw: 9808 c/s real, 9808 c/s virtual
  1208.  
  1209. Benchmarking: keyring, GNOME Keyring [SHA256 AES 256/256 AVX2 8x]... DONE
  1210. Speed for cost 1 (iteration count) of 3221 and 2439
  1211. Raw: 7405 c/s real, 7480 c/s virtual
  1212.  
  1213. Benchmarking: keystore, Java KeyStore [SHA1 256/256 AVX2 8x2]... DONE
  1214. Many salts: 1143K c/s real, 1155K c/s virtual
  1215. Only one salt: 1138K c/s real, 1138K c/s virtual
  1216.  
  1217. Benchmarking: known_hosts, HashKnownHosts HMAC-SHA1 [SHA1 32/64]... DONE
  1218. Many salts: 4384K c/s real, 4428K c/s virtual
  1219. Only one salt: 4208K c/s real, 4208K c/s virtual
  1220.  
  1221. Benchmarking: krb4, Kerberos v4 TGT [DES 32/64]... DONE
  1222. Raw: 298624 c/s real, 331804 c/s virtual
  1223.  
  1224. Benchmarking: krb5, Kerberos v5 TGT [3DES 32/64]... DONE
  1225. Raw: 59079 c/s real, 59079 c/s virtual
  1226.  
  1227. Benchmarking: krb5pa-sha1, Kerberos 5 AS-REQ Pre-Auth etype 17/18 [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1228. Raw: 2368 c/s real, 2368 c/s virtual
  1229.  
  1230. Benchmarking: krb5tgs, Kerberos 5 TGS etype 23 [MD4 HMAC-MD5 RC4]... DONE
  1231. Many salts: 1118K c/s real, 1130K c/s virtual
  1232. Only one salt: 684248 c/s real, 677473 c/s virtual
  1233.  
  1234. Benchmarking: krb5-18, Kerberos 5 db etype 18 [PBKDF2-SHA1 256/256 AVX2 8x2 AES]... DONE
  1235. Raw: 2304 c/s real, 2304 c/s virtual
  1236.  
  1237. Benchmarking: kwallet, KDE KWallet [SHA1 32/64]... DONE
  1238. Raw: 3947 c/s real, 3907 c/s virtual
  1239.  
  1240. Benchmarking: lp, LastPass offline [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  1241. Raw: 19312 c/s real, 19312 c/s virtual
  1242.  
  1243. Benchmarking: leet [SHA-512(256/256 AVX2 4x) + Whirlpool(OpenSSL/64)]... DONE
  1244. Raw: 1487K c/s real, 1517K c/s virtual
  1245.  
  1246. Benchmarking: lotus5, Lotus Notes/Domino 5 [8/64 X3]... DONE
  1247. Raw: 546048 c/s real, 546048 c/s virtual
  1248.  
  1249. Benchmarking: lotus85, Lotus Notes/Domino 8.5 [8/64]... DONE
  1250. Raw: 147262 c/s real, 148735 c/s virtual
  1251.  
  1252. Benchmarking: LUKS [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1253. Raw: 47.0 c/s real, 47.0 c/s virtual
  1254.  
  1255. Benchmarking: MD2 [MD2 32/64]... DONE
  1256. Raw: 127264 c/s real, 127264 c/s virtual
  1257.  
  1258. Benchmarking: mdc2, MDC-2 [MDC-2DES]... DONE
  1259. Raw: 567688 c/s real, 573422 c/s virtual
  1260.  
  1261. Benchmarking: MediaWiki [md5($s.md5($p)) 256/256 AVX2 8x5]... DONE
  1262. Many salts: 31584K c/s real, 31584K c/s virtual
  1263. Only one salt: 12332K c/s real, 12455K c/s virtual
  1264.  
  1265. Benchmarking: MongoDB, system / network [MD5 32/64]... DONE
  1266. Speed for cost 1 (salt type) of 0 and 1
  1267. Raw: 4770K c/s real, 4818K c/s virtual
  1268.  
  1269. Benchmarking: scram [SCRAM PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1270. Raw: 1869 c/s real, 1888 c/s virtual
  1271.  
  1272. Benchmarking: Mozilla, Mozilla key3.db [SHA1 3DES 32/64]... DONE
  1273. Many salts: 503698 c/s real, 503698 c/s virtual
  1274. Only one salt: 497498 c/s real, 497498 c/s virtual
  1275.  
  1276. Benchmarking: mscash, MS Cache Hash (DCC) [MD4 32/64]... DONE
  1277. Many salts: 18729K c/s real, 18916K c/s virtual
  1278. Only one salt: 7641K c/s real, 7641K c/s virtual
  1279.  
  1280. Benchmarking: mscash2, MS Cache Hash 2 (DCC2) [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1281. Warning: "Many salts" test limited: 115/256
  1282. Many salts: 1840 c/s real, 1840 c/s virtual
  1283. Only one salt: 1821 c/s real, 1840 c/s virtual
  1284.  
  1285. Benchmarking: MSCHAPv2, C/R [MD4 DES (ESS MD5) 256/256 AVX2 8x4]... DONE
  1286. Many salts: 12541M c/s real, 12541M c/s virtual
  1287. Only one salt: 58884K c/s real, 58884K c/s virtual
  1288.  
  1289. Benchmarking: mschapv2-naive, MSCHAPv2 C/R [MD4 DES DES 256/256 AVX2-16 naive]... DONE
  1290. Many salts: 178087K c/s real, 178087K c/s virtual
  1291. Only one salt: 6694K c/s real, 6694K c/s virtual
  1292.  
  1293. Benchmarking: krb5pa-md5, Kerberos 5 AS-REQ Pre-Auth etype 23 [32/64]... DONE
  1294. Many salts: 1184K c/s real, 1184K c/s virtual
  1295. Only one salt: 660676 c/s real, 660676 c/s virtual
  1296.  
  1297. Benchmarking: mssql, MS SQL [SHA1 256/256 AVX2 8x2]... DONE
  1298. Many salts: 31589K c/s real, 31589K c/s virtual
  1299. Only one salt: 16775K c/s real, 16943K c/s virtual
  1300.  
  1301. Benchmarking: mssql05, MS SQL 2005 [SHA1 256/256 AVX2 8x2]... DONE
  1302. Many salts: 32286K c/s real, 32938K c/s virtual
  1303. Only one salt: 26490K c/s real, 26490K c/s virtual
  1304.  
  1305. Benchmarking: mssql12, MS SQL 2012/2014 [SHA512 256/256 AVX2 4x]... DONE
  1306. Many salts: 7432K c/s real, 7507K c/s virtual
  1307. Only one salt: 7003K c/s real, 7003K c/s virtual
  1308.  
  1309. Benchmarking: mysqlna, MySQL Network Authentication [SHA1 32/64]... DONE
  1310. Raw: 2864K c/s real, 2835K c/s virtual
  1311.  
  1312. Benchmarking: mysql-sha1, MySQL 4.1+ [SHA1 256/256 AVX2 8x2]... DONE
  1313. Raw: 15945K c/s real, 16106K c/s virtual
  1314.  
  1315. Benchmarking: mysql, MySQL pre-4.1 [32/64]... DONE
  1316. Raw: 36827K c/s real, 36827K c/s virtual
  1317.  
  1318. Benchmarking: nethalflm, HalfLM C/R [DES 32/64]... DONE
  1319. Many salts: 4363K c/s real, 4363K c/s virtual
  1320. Only one salt: 2074K c/s real, 2095K c/s virtual
  1321.  
  1322. Benchmarking: netlm, LM C/R [DES 32/64]... DONE
  1323. Many salts: 4480K c/s real, 4480K c/s virtual
  1324. Only one salt: 1422K c/s real, 1436K c/s virtual
  1325.  
  1326. Benchmarking: netlmv2, LMv2 C/R [MD4 HMAC-MD5 32/64]... DONE
  1327. Many salts: 1316K c/s real, 1329K c/s virtual
  1328. Only one salt: 1009K c/s real, 1020K c/s virtual
  1329.  
  1330. Benchmarking: net-md5, "Keyed MD5" RIPv2, OSPF, BGP, SNMPv2 [MD5 32/64]... DONE
  1331. Many salts: 11437K c/s real, 11551K c/s virtual
  1332. Only one salt: 8430K c/s real, 8602K c/s virtual
  1333.  
  1334. Benchmarking: netntlmv2, NTLMv2 C/R [MD4 HMAC-MD5 32/64]... DONE
  1335. Many salts: 1205K c/s real, 1205K c/s virtual
  1336. Only one salt: 943899 c/s real, 953338 c/s virtual
  1337.  
  1338. Benchmarking: netntlm, NTLMv1 C/R [MD4 DES (ESS MD5) 256/256 AVX2 8x4]... DONE
  1339. Many salts: 12346M c/s real, 12224M c/s virtual
  1340. Only one salt: 56632K c/s real, 56632K c/s virtual
  1341.  
  1342. Benchmarking: netntlm-naive, NTLMv1 C/R [MD4 DES (ESS MD5) DES 256/256 AVX2-16 naive]... DONE
  1343. Many salts: 187301K c/s real, 185447K c/s virtual
  1344. Only one salt: 6766K c/s real, 6766K c/s virtual
  1345.  
  1346. Benchmarking: net-sha1, "Keyed SHA1" BFD [SHA1 32/64]... DONE
  1347. Many salts: 12055K c/s real, 11936K c/s virtual
  1348. Only one salt: 9223K c/s real, 9223K c/s virtual
  1349.  
  1350. Benchmarking: nk, Nuked-Klan CMS [SHA1 MD5 32/64]... DONE
  1351. Raw: 2610K c/s real, 2610K c/s virtual
  1352.  
  1353. Benchmarking: md5ns, Netscreen [md5($s.$p) (OSC) (PW > 31 bytes) 256/256 AVX2 8x5]... DONE
  1354. Many salts: 19298K c/s real, 19491K c/s virtual
  1355. Only one salt: 16104K c/s real, 16104K c/s virtual
  1356.  
  1357. Benchmarking: nsec3, DNSSEC NSEC3 [32/64]... DONE
  1358. Many salts: 90578 c/s real, 90578 c/s virtual
  1359. Only one salt: 91867 c/s real, 91867 c/s virtual
  1360.  
  1361. Benchmarking: NT [MD4 256/256 AVX2 8x4]... DONE
  1362. Raw: 73344K c/s real, 72618K c/s virtual
  1363.  
  1364. Benchmarking: o10glogon, Oracle 10g-logon protocol [DES-AES128-MD5 32/64]... DONE
  1365. Raw: 442608 c/s real, 442608 c/s virtual
  1366.  
  1367. Benchmarking: o3logon, Oracle O3LOGON protocol [SHA1 DES 32/64]... DONE
  1368. Raw: 253141 c/s real, 253141 c/s virtual
  1369.  
  1370. Benchmarking: o5logon, Oracle O5LOGON protocol [SHA1 AES 32/64]... DONE
  1371. Raw: 2805K c/s real, 2833K c/s virtual
  1372.  
  1373. Benchmarking: ODF [SHA1/SHA256 256/256 AVX2 8x2 BF/AES]... DONE
  1374. Speed for cost 1 (iteration count) of 1024
  1375. Raw: 9330 c/s real, 9424 c/s virtual
  1376.  
  1377. Benchmarking: Office, 2007/2010/2013 [SHA1 256/256 AVX2 8x2 / SHA512 256/256 AVX2 4x AES]... DONE
  1378. Speed for cost 1 (MS Office version) of 2007, cost 2 (iteration count) of 50000
  1379. Raw: 800 c/s real, 807 c/s virtual
  1380.  
  1381. Benchmarking: oldoffice, MS Office <= 2003 [MD5/SHA1 RC4 32/64]... DONE
  1382. Speed for cost 1 (hash type) of 1 and 0
  1383. Many salts: 720566 c/s real, 720566 c/s virtual
  1384. Only one salt: 709870 c/s real, 709870 c/s virtual
  1385.  
  1386. Benchmarking: OpenBSD-SoftRAID (8192 iterations) [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1387. Speed for cost 1 (iteration count) of 8192
  1388. Raw: 1176 c/s real, 1188 c/s virtual
  1389.  
  1390. Benchmarking: openssl-enc, OpenSSL "enc" encryption [32/64]... DONE
  1391. Raw: 1353K c/s real, 1353K c/s virtual
  1392.  
  1393. Benchmarking: oracle, Oracle 10 [DES 32/64]... DONE
  1394. Raw: 1112K c/s real, 1112K c/s virtual
  1395.  
  1396. Benchmarking: oracle11, Oracle 11g [SHA1 256/256 AVX2 8x2]... DONE
  1397. Many salts: 33935K c/s real, 33935K c/s virtual
  1398. Only one salt: 26484K c/s real, 26484K c/s virtual
  1399.  
  1400. Benchmarking: Oracle12C [PBKDF2-SHA512 256/256 AVX2 4x]... DONE
  1401. Raw: 982 c/s real, 982 c/s virtual
  1402.  
  1403. Benchmarking: osc, osCommerce [md5($s.$p) (OSC) 256/256 AVX2 8x5]... DONE
  1404. Many salts: 29544K c/s real, 29840K c/s virtual
  1405. Only one salt: 21967K c/s real, 21750K c/s virtual
  1406.  
  1407. Benchmarking: Palshop, MD5(Palshop) [MD5 + SHA1 32/64]... DONE
  1408. Raw: 2668K c/s real, 2668K c/s virtual
  1409.  
  1410. Benchmarking: Panama [Panama 32/64]... DONE
  1411. Raw: 980488 c/s real, 980488 c/s virtual
  1412.  
  1413. Benchmarking: PBKDF2-HMAC-MD4 [PBKDF2-MD4 256/256 AVX2 8x4]... DONE
  1414. Speed for cost 1 (iteration count) of 1000
  1415. Raw: 64320 c/s real, 64320 c/s virtual
  1416.  
  1417. Benchmarking: PBKDF2-HMAC-MD5 [PBKDF2-MD5 256/256 AVX2 8x5]... DONE
  1418. Speed for cost 1 (iteration count) of 1 and 1000
  1419. Raw: 71240 c/s real, 70534 c/s virtual
  1420.  
  1421. Benchmarking: PBKDF2-HMAC-SHA1 [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1422. Speed for cost 1 (iteration count) of 1000
  1423. Raw: 19675 c/s real, 19872 c/s virtual
  1424.  
  1425. Benchmarking: PBKDF2-HMAC-SHA256 [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  1426. Speed for cost 1 (iteration count) of 1000
  1427. Raw: 10448 c/s real, 10448 c/s virtual
  1428.  
  1429. Benchmarking: PBKDF2-HMAC-SHA512, GRUB2 / OS X 10.8+ [PBKDF2-SHA512 256/256 AVX2 4x]... DONE
  1430. Speed for cost 1 (iteration count) of 1000
  1431. Raw: 4035 c/s real, 4035 c/s virtual
  1432.  
  1433. Benchmarking: PDF [MD5 SHA2 RC4/AES 32/64]... DONE
  1434. Speed for cost 1 (revision) of 4 and 3
  1435. Many salts: 63662 c/s real, 63662 c/s virtual
  1436. Only one salt: 63239 c/s real, 63239 c/s virtual
  1437.  
  1438. Benchmarking: PEM, PKCS#8 private key (RSA/DSA/ECDSA) [PBKDF2-SHA1 3DES 256/256 AVX2 8x2]... DONE
  1439. Speed for cost 1 (iteration count) of 2048 and 2049
  1440. Raw: 4229 c/s real, 4229 c/s virtual
  1441.  
  1442. Benchmarking: PFX, PKCS12 (.pfx, .p12) [32/64]... DONE
  1443. Raw: 14705 c/s real, 14853 c/s virtual
  1444.  
  1445. Benchmarking: pfx-ng [PKCS12 PBE (.pfx, .p12) (SHA-1 to SHA-512) 256/256 AVX2 8x2]... DONE
  1446. Speed for cost 1 (mac-type) of 1
  1447. Raw: 24792 c/s real, 25040 c/s virtual
  1448.  
  1449. Benchmarking: phpass ($P$9) [phpass ($P$ or $H$) 256/256 AVX2 8x5]... DONE
  1450. Speed for cost 1 (iteration count) of 2048
  1451. Raw: 38415 c/s real, 38415 c/s virtual
  1452.  
  1453. Benchmarking: PHPS [md5(md5($p).$s) 256/256 AVX2 8x5]... DONE
  1454. Many salts: 46268K c/s real, 46730K c/s virtual
  1455. Only one salt: 14911K c/s real, 14764K c/s virtual
  1456.  
  1457. Benchmarking: PHPS2 [md5(md5($p).$s) 256/256 AVX2 8x5]... DONE
  1458. Many salts: 46824K c/s real, 46361K c/s virtual
  1459. Only one salt: 14487K c/s real, 14487K c/s virtual
  1460.  
  1461. Benchmarking: pix-md5, Cisco PIX [md5($p) (Cisco PIX) 256/256 AVX2 8x5]... DONE
  1462. Raw: 24983K c/s real, 25233K c/s virtual
  1463.  
  1464. Benchmarking: PKZIP [32/64]... DONE
  1465. Many salts: 11535K c/s real, 11420K c/s virtual
  1466. Only one salt: 8116K c/s real, 8198K c/s virtual
  1467.  
  1468. Benchmarking: po, Post.Office [MD5 32/64]... DONE
  1469. Many salts: 4801K c/s real, 4801K c/s virtual
  1470. Only one salt: 4376K c/s real, 4376K c/s virtual
  1471.  
  1472. Benchmarking: pomelo [POMELO 128/128 SSE2 1x]... DONE
  1473. Raw: 9582 c/s real, 9678 c/s virtual
  1474.  
  1475. Benchmarking: postgres, PostgreSQL C/R [MD5 32/64]... DONE
  1476. Raw: 3754K c/s real, 3792K c/s virtual
  1477.  
  1478. Benchmarking: PST, custom CRC-32 [32/64]... DONE
  1479. Raw: 44792K c/s real, 44792K c/s virtual
  1480.  
  1481. Benchmarking: PuTTY, Private Key [SHA1/AES 32/64]... DONE
  1482. Raw: 243399 c/s real, 245833 c/s virtual
  1483.  
  1484. Benchmarking: pwsafe, Password Safe [SHA256 256/256 AVX2 8x]... DONE
  1485. Speed for cost 1 (iteration count) of 2048
  1486. Raw: 9409 c/s real, 9600 c/s virtual
  1487.  
  1488. Benchmarking: qnx, qnx hash (rounds=1000) [QNX 32/64 generic]... DONE
  1489. Speed for cost 1 (iteration count) of 1000, cost 2 (algorithm (5=md5 256=sha256 512=sha512)) of 5
  1490. Raw: 91470 c/s real, 91470 c/s virtual
  1491.  
  1492. Benchmarking: RACF [DES 32/64]... DONE
  1493. Many salts: 9073K c/s real, 9073K c/s virtual
  1494. Only one salt: 4054K c/s real, 4095K c/s virtual
  1495.  
  1496. Benchmarking: RAdmin, v2.x [MD5 32/64]... DONE
  1497. Raw: 4826K c/s real, 4826K c/s virtual
  1498.  
  1499. Benchmarking: RAKP, IPMI 2.0 RAKP (RMCP+) [HMAC-SHA1 256/256 AVX2 8x2]... DONE
  1500. Many salts: 12890K c/s real, 12890K c/s virtual
  1501. Only one salt: 6882K c/s real, 6882K c/s virtual
  1502.  
  1503. Benchmarking: rar, RAR3 (4 characters) [SHA1 256/256 AVX2 8x2 AES]... DONE
  1504. Raw: 80.7 c/s real, 80.7 c/s virtual
  1505.  
  1506. Benchmarking: RAR5 [PBKDF2-SHA256 256/256 AVX2 8x]... DONE
  1507. Speed for cost 1 (iteration count) of 32768
  1508. Raw: 316 c/s real, 313 c/s virtual
  1509.  
  1510. Benchmarking: Raw-SHA512 [SHA512 256/256 AVX2 4x]... DONE
  1511. Raw: 7791K c/s real, 7714K c/s virtual
  1512.  
  1513. Benchmarking: Raw-Blake2 [BLAKE2b 512 128/128 AVX]... DONE
  1514. Raw: 4542K c/s real, 4588K c/s virtual
  1515.  
  1516. Benchmarking: Raw-Keccak [Keccak 512 32/64]... DONE
  1517. Raw: 2175K c/s real, 2197K c/s virtual
  1518.  
  1519. Benchmarking: Raw-Keccak-256 [Keccak 256 32/64]... DONE
  1520. Raw: 2186K c/s real, 2186K c/s virtual
  1521.  
  1522. Benchmarking: Raw-MD4 [MD4 256/256 AVX2 8x4]... DONE
  1523. Raw: 76055K c/s real, 76823K c/s virtual
  1524.  
  1525. Benchmarking: Raw-MD5 [MD5 256/256 AVX2 8x5]... DONE
  1526. Raw: 54398K c/s real, 54398K c/s virtual
  1527.  
  1528. Benchmarking: Raw-MD5u [md5(utf16($p)) 256/256 AVX2 8x5]... DONE
  1529. Raw: 46627K c/s real, 46627K c/s virtual
  1530.  
  1531. Benchmarking: Raw-SHA1 [SHA1 256/256 AVX2 8x2]... DONE
  1532. Raw: 30478K c/s real, 30786K c/s virtual
  1533.  
  1534. Benchmarking: Raw-SHA1-AxCrypt [SHA1 256/256 AVX2 8x2]... DONE
  1535. Raw: 27817K c/s real, 28095K c/s virtual
  1536.  
  1537. Benchmarking: Raw-SHA1-Linkedin [SHA1 256/256 AVX2 8x2]... DONE
  1538. Raw: 29772K c/s real, 30070K c/s virtual
  1539.  
  1540. Benchmarking: Raw-SHA224 [SHA224 256/256 AVX2 8x]... DONE
  1541. Raw: 17892K c/s real, 18071K c/s virtual
  1542.  
  1543. Benchmarking: Raw-SHA256 [SHA256 256/256 AVX2 8x]... DONE
  1544. Raw: 17813K c/s real, 18173K c/s virtual
  1545.  
  1546. Benchmarking: Raw-SHA256-ng [SHA256 256/256 AVX2 8x]... DONE
  1547. Raw: 14131K c/s real, 14274K c/s virtual
  1548.  
  1549. Benchmarking: Raw-SHA3 [SHA3 512 32/64]... DONE
  1550. Raw: 2097K c/s real, 2118K c/s virtual
  1551.  
  1552. Benchmarking: Raw-SHA384 [SHA384 256/256 AVX2 4x]... DONE
  1553. Raw: 7223K c/s real, 7296K c/s virtual
  1554.  
  1555. Benchmarking: Raw-SHA512-ng [SHA512 256/256 AVX2 4x]... DONE
  1556. Raw: 5960K c/s real, 5960K c/s virtual
  1557.  
  1558. Benchmarking: ripemd-128, RIPEMD 128 [32/64]... DONE
  1559. Raw: 3915K c/s real, 3915K c/s virtual
  1560.  
  1561. Benchmarking: ripemd-160, RIPEMD 160 [32/64]... DONE
  1562. Raw: 2671K c/s real, 2671K c/s virtual
  1563.  
  1564. Benchmarking: rsvp, HMAC-MD5 / HMAC-SHA1, RSVP, IS-IS [MD5 32/64]... DONE
  1565. Speed for cost 1 (hash algorithm used for hmac [1:MD5 2:SHA1]) of 1 and 2
  1566. Many salts: 2616K c/s real, 2616K c/s virtual
  1567. Only one salt: 1449K c/s real, 1464K c/s virtual
  1568.  
  1569. Benchmarking: Siemens-S7 [HMAC-SHA1 32/64]... DONE
  1570. Many salts: 4748K c/s real, 4748K c/s virtual
  1571. Only one salt: 1812K c/s real, 1830K c/s virtual
  1572.  
  1573. Benchmarking: Salted-SHA1 [SHA1 256/256 AVX2 8x2]... DONE
  1574. Many salts: 29189K c/s real, 29189K c/s virtual
  1575. Only one salt: 23643K c/s real, 23880K c/s virtual
  1576.  
  1577. Benchmarking: SSHA512, LDAP [SHA512 256/256 AVX2 4x]... DONE
  1578. Raw: 6994K c/s real, 7064K c/s virtual
  1579.  
  1580. Benchmarking: sapb, SAP CODVN B (BCODE) [MD5 256/256 AVX2 8x5]... DONE
  1581. Many salts: 14690K c/s real, 14544K c/s virtual
  1582. Only one salt: 12031K c/s real, 12151K c/s virtual
  1583.  
  1584. Benchmarking: sapg, SAP CODVN F/G (PASSCODE) [SHA1 256/256 AVX2 8x2]... DONE
  1585. Many salts: 6567K c/s real, 6632K c/s virtual
  1586. Only one salt: 6103K c/s real, 6103K c/s virtual
  1587.  
  1588. Benchmarking: saph, SAP CODVN H (PWDSALTEDHASH) (SHA1x1024) [SHA-1/SHA-2 256/256 AVX2 8x2]... DONE
  1589. Speed for cost 1 (hash type [1:sha1 2:SHA256 3:SHA384 4:SHA512]) of 1, cost 2 (iteration count) of 1024
  1590. Many salts: 27648 c/s real, 27648 c/s virtual
  1591. Only one salt: 27390 c/s real, 27390 c/s virtual
  1592.  
  1593. Benchmarking: 7z, 7-Zip (512K iterations) [SHA256 256/256 AVX2 8x AES]... DONE
  1594. Speed for cost 1 (iteration count) of 1024
  1595. Many salts: 1272 c/s real, 1272 c/s virtual
  1596. Only one salt: 8.2 c/s real, 8.3 c/s virtual
  1597.  
  1598. Benchmarking: Raw-SHA1-ng, (pwlen <= 31) [SHA1 256/256 AVX2 8x]... DONE
  1599. Raw: 38833K c/s real, 39225K c/s virtual
  1600.  
  1601. Benchmarking: SIP [MD5 32/64]... DONE
  1602. Many salts: 2833K c/s real, 2861K c/s virtual
  1603. Only one salt: 2805K c/s real, 2805K c/s virtual
  1604.  
  1605. Benchmarking: skein-256, Skein 256 [Skein 32/64]... DONE
  1606. Raw: 3870K c/s real, 3908K c/s virtual
  1607.  
  1608. Benchmarking: skein-512, Skein 512 [Skein 32/64]... DONE
  1609. Raw: 3907K c/s real, 3907K c/s virtual
  1610.  
  1611. Benchmarking: skey, S/Key [MD4/MD5/SHA1/RMD160 32/64]... DONE
  1612. Speed for cost 1 (hash type [1:MD4 2:MD5 3:SHA1 4:RMD160]) of 1 and 2, cost 2 (iteration count) of 96 and 99
  1613. Raw: 92358 c/s real, 92358 c/s virtual
  1614.  
  1615. Benchmarking: aix-smd5, AIX LPA {smd5} (modified crypt-md5) [MD5 32/64]... DONE
  1616. Raw: 7785 c/s real, 7785 c/s virtual
  1617.  
  1618. Benchmarking: Snefru-128 [32/64]... DONE
  1619. Raw: 441400 c/s real, 437029 c/s virtual
  1620.  
  1621. Benchmarking: Snefru-256 [32/64]... DONE
  1622. Raw: 432111 c/s real, 432111 c/s virtual
  1623.  
  1624. Benchmarking: LastPass, sniffed sessions [PBKDF2-SHA256 AES 256/256 AVX2 8x]... DONE
  1625. Speed for cost 1 (iteration count) of 500
  1626. Many salts: 20316 c/s real, 20316 c/s virtual
  1627. Only one salt: 20448 c/s real, 20448 c/s virtual
  1628.  
  1629. Benchmarking: SSH-ng [RSA/DSA/EC/OPENSSH (SSH private keys) 32/64]... DONE
  1630. Raw: 724009 c/s real, 716840 c/s virtual
  1631.  
  1632. Benchmarking: Stribog-256 [GOST R 34.11-2012 128/128 SSE4.1 1x]... DONE
  1633. Raw: 588888 c/s real, 588888 c/s virtual
  1634.  
  1635. Benchmarking: Stribog-512 [GOST R 34.11-2012 128/128 SSE4.1 1x]... DONE
  1636. Raw: 585400 c/s real, 591255 c/s virtual
  1637.  
  1638. Benchmarking: STRIP, Password Manager [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1639. Raw: 2471 c/s real, 2496 c/s virtual
  1640.  
  1641. Benchmarking: SunMD5 [MD5 256/256 AVX2 8x5]... DONE
  1642. Speed for cost 1 (iteration count) of 5000
  1643. Raw: 934 c/s real, 941 c/s virtual
  1644.  
  1645. Benchmarking: sxc, StarOffice .sxc [SHA1 256/256 AVX2 8x2 Blowfish]... DONE
  1646. Speed for cost 1 (iteration count) of 1024
  1647. Raw: 10352 c/s real, 10352 c/s virtual
  1648.  
  1649. Benchmarking: SybaseASE, Sybase ASE [SHA256 256/256 AVX2 8x]... DONE
  1650. Many salts: 8784K c/s real, 8784K c/s virtual
  1651. Only one salt: 1940K c/s real, 1940K c/s virtual
  1652.  
  1653. Benchmarking: Sybase-PROP [salted FEAL-8 32/64]... DONE
  1654. Many salts: 1060K c/s real, 1060K c/s virtual
  1655. Only one salt: 1058K c/s real, 1058K c/s virtual
  1656.  
  1657. Benchmarking: tcp-md5, TCP MD5 Signatures, BGP [MD5 32/64]... DONE
  1658. Many salts: 6070K c/s real, 6070K c/s virtual
  1659. Only one salt: 5479K c/s real, 5534K c/s virtual
  1660.  
  1661. Benchmarking: Tiger [Tiger 32/64]... DONE
  1662. Raw: 7116K c/s real, 7116K c/s virtual
  1663.  
  1664. Benchmarking: tc_aes_xts, TrueCrypt AES256_XTS [SHA512 256/256 AVX2 4x /RIPEMD160/WHIRLPOOL]... DONE
  1665. Speed for cost 1 (hash algorithm [1:SHA512 2:RIPEMD160 3:Whirlpool]) of 1
  1666. Raw: 3944 c/s real, 3944 c/s virtual
  1667.  
  1668. Benchmarking: tc_ripemd160, TrueCrypt AES256_XTS [RIPEMD160 32/64]... DONE
  1669. Raw: 185 c/s real, 185 c/s virtual
  1670.  
  1671. Benchmarking: tc_sha512, TrueCrypt AES256_XTS [SHA512 256/256 AVX2 4x]... DONE
  1672. Raw: 3952 c/s real, 3992 c/s virtual
  1673.  
  1674. Benchmarking: tc_whirlpool, TrueCrypt AES256_XTS [WHIRLPOOL 64/64]... DONE
  1675. Raw: 585 c/s real, 585 c/s virtual
  1676.  
  1677. Benchmarking: vdi, VirtualBox-VDI AES_XTS [PBKDF2-SHA256 256/256 AVX2 8x + AES_XTS]... DONE
  1678. Raw: 1728 c/s real, 1710 c/s virtual
  1679.  
  1680. Benchmarking: OpenVMS, Purdy [32/64]... DONE
  1681. Raw: 1568K c/s real, 1583K c/s virtual
  1682.  
  1683. Benchmarking: VNC [DES 32/64]... DONE
  1684. Many salts: 4393K c/s real, 4393K c/s virtual
  1685. Only one salt: 3851K c/s real, 3889K c/s virtual
  1686.  
  1687. Benchmarking: vtp, "MD5 based authentication" VTP [MD5 32/64]... DONE
  1688. Many salts: 885248 c/s real, 876483 c/s virtual
  1689. Only one salt: 6940 c/s real, 6940 c/s virtual
  1690.  
  1691. Benchmarking: wbb3, WoltLab BB3 [SHA1 32/64]... DONE
  1692. Many salts: 2359K c/s real, 2336K c/s virtual
  1693. Only one salt: 1794K c/s real, 1794K c/s virtual
  1694.  
  1695. Benchmarking: whirlpool [WHIRLPOOL 32/64]... DONE
  1696. Raw: 2101K c/s real, 2101K c/s virtual
  1697.  
  1698. Benchmarking: whirlpool0 [WHIRLPOOL-0 32/64]... DONE
  1699. Raw: 1398K c/s real, 1398K c/s virtual
  1700.  
  1701. Benchmarking: whirlpool1 [WHIRLPOOL-1 32/64]... DONE
  1702. Raw: 1368K c/s real, 1382K c/s virtual
  1703.  
  1704. Benchmarking: wpapsk, WPA/WPA2 PSK [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1705. Raw: 2400 c/s real, 2400 c/s virtual
  1706.  
  1707. Benchmarking: xsha, Mac OS X 10.4 - 10.6 [SHA1 256/256 AVX2 8x2]... DONE
  1708. Many salts: 38871K c/s real, 38871K c/s virtual
  1709. Only one salt: 30698K c/s real, 30698K c/s virtual
  1710.  
  1711. Benchmarking: xsha512, Mac OS X 10.7 [SHA512 256/256 AVX2 4x]... DONE
  1712. Many salts: 7654K c/s real, 7654K c/s virtual
  1713. Only one salt: 7229K c/s real, 7301K c/s virtual
  1714.  
  1715. Benchmarking: ZIP, WinZip [PBKDF2-SHA1 256/256 AVX2 8x2]... DONE
  1716. Raw: 19611 c/s real, 19808 c/s virtual
  1717.  
  1718. Benchmarking: ZipMonster, MD5(ZipMonster) [MD5-256/256 AVX2 8x5 x 50000]... DONE
  1719. Raw: 932 c/s real, 932 c/s virtual
  1720.  
  1721. Benchmarking: plaintext, $0$ [n/a]... DONE
  1722. Raw: 144653K c/s real, 144653K c/s virtual
  1723.  
  1724. Benchmarking: has-160 [HAS-160 32/64]... DONE
  1725. Raw: 6023K c/s real, 6023K c/s virtual
  1726.  
  1727. Device 1: GeForce GT 755M
  1728. Benchmarking: sha1crypt-opencl, (NetBSD) [PBKDF1-SHA1 OpenCL]... DONE
  1729. Speed for cost 1 (iteration count) of 64000 and 40000
  1730. Raw: 1318 c/s real, 153600 c/s virtual
  1731.  
  1732. Benchmarking: oldoffice-opencl, MS Office <= 2003 [MD5/SHA1 RC4 OpenCL]... DONE
  1733. Speed for cost 1 (hash type) of 1 and 0
  1734. Raw: 966924 c/s real, 117964K c/s virtual
  1735.  
  1736. Benchmarking: PBKDF2-HMAC-MD4-opencl [PBKDF2-MD4 OpenCL]... DONE
  1737. Speed for cost 1 (iterations) of 1000
  1738. Raw: 109497 c/s real, 2211K c/s virtual
  1739.  
  1740. Benchmarking: PBKDF2-HMAC-MD5-opencl [PBKDF2-MD5 OpenCL]... DONE
  1741. Speed for cost 1 (iterations) of 1 and 1000
  1742. Raw: 135591 c/s real, 19660K c/s virtual
  1743.  
  1744. Benchmarking: PBKDF2-HMAC-SHA1-opencl [PBKDF2-SHA1 OpenCL]... DONE
  1745. Speed for cost 1 (iterations) of 1000
  1746. Raw: 56013 c/s real, 19660K c/s virtual
  1747.  
  1748. Benchmarking: rar-opencl, RAR3 (length 5) [SHA1 OpenCL AES]... DONE
  1749. Raw: 1168 c/s real, 307200 c/s virtual
  1750.  
  1751. Benchmarking: RAR5-opencl [PBKDF2-SHA256 OpenCL]... DONE
  1752. Speed for cost 1 (iteration count) of 32768
  1753. Raw: 737 c/s real, 614400 c/s virtual
  1754.  
  1755. Benchmarking: truecrypt-opencl, TrueCrypt AES256_XTS [RIPEMD160 OpenCL]... DONE
  1756. Raw: 5251 c/s real, 614400 c/s virtual
  1757.  
  1758. Benchmarking: lotus5-opencl, Lotus Notes/Domino 5 [OpenCL]... DONE
  1759. Raw: 8370K c/s real, 44495K c/s virtual
  1760.  
  1761. Benchmarking: agilekeychain-opencl, 1Password Agile Keychain [PBKDF2-SHA1 OpenCL AES]... DONE
  1762. Speed for cost 1 (iteration count) of 1000
  1763. Raw: 49371 c/s real, 2764K c/s virtual
  1764.  
  1765. Benchmarking: bcrypt-opencl ("$2a$05", 32 iterations) [Blowfish OpenCL]... DONE
  1766. Speed for cost 1 (iteration count) of 32
  1767. Raw: 132 c/s real, 4800 c/s virtual
  1768.  
  1769. Benchmarking: blockchain-opencl, blockchain My Wallet [PBKDF2-SHA1 OpenCL AES]... DONE
  1770. Raw: 609637 c/s real, 854817 c/s virtual
  1771.  
  1772. Benchmarking: md5crypt-opencl, crypt(3) $1$ [MD5 OpenCL]... DONE
  1773. Raw: 263314 c/s real, 29491K c/s virtual
  1774.  
  1775. Benchmarking: sha256crypt-opencl, crypt(3) $5$ (rounds=5000) [SHA256 OpenCL]... DONE
  1776. Speed for cost 1 (iteration count) of 5000
  1777. Raw: 2898 c/s real, 76800 c/s virtual
  1778.  
  1779. Benchmarking: sha512crypt-opencl, crypt(3) $6$ (rounds=5000) [SHA512 OpenCL]... DONE
  1780. Speed for cost 1 (iteration count) of 5000
  1781. Raw: 2925 c/s real, 819200 c/s virtual
  1782.  
  1783. Benchmarking: descrypt-opencl, traditional crypt(3) [DES OpenCL]... DONE
  1784. Warning: "Many salts" test limited: 3/256
  1785. Many salts: 5879K c/s real, 629145K c/s virtual
  1786. Only one salt: 5617K c/s real, 157286K c/s virtual
  1787.  
  1788. Benchmarking: dmg-opencl, Apple DMG [PBKDF2-SHA1 OpenCL 3DES/AES]... DONE
  1789. Speed for cost 1 (iteration count) of 1000
  1790. Raw: 23184 c/s real, 491520 c/s virtual
  1791.  
  1792. Benchmarking: encfs-opencl, EncFS [PBKDF2-SHA1 OpenCL AES/Blowfish]... DONE
  1793. Speed for cost 1 (iteration count) of 181474 and 181317
  1794. Raw: 124 c/s real, 11815 c/s virtual
  1795.  
  1796. Benchmarking: gpg-opencl, OpenPGP / GnuPG Secret Key [SHA1 OpenCL]... OpenCL CL_INVALID_VALUE error in opencl_gpg_fmt_plug.c:300 - Copy result back
  1797. iMac-de-xxx:run xxx$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement