Displaying 3 results from an estimated 3 matches for "20benchmark".
2010 Nov 16
4
SPICE Benchmark
Hi folks.
We finally finished our work on benchmarking SPICE and would like to share
the results.
Detailed report in English:
http://www.bureausolomatina.ru/sites/default/files/SPICE%20Benchmark%20-%202010-11-16.pdf
The report provides benchmark results of SPICE network load for different
types of workload. SPICE operation on limited low-speed network connection
was also tested. The results were compared with similar tests for RDP.
Testing was based on SPICE version 0.4.3. This version i...
2020 Aug 30
2
PBKDF2 password hashing as in ASP.NET Core
Thank you for your reply.
It's not that simple, though. Just because some core algorithms are
standardised and should be compatible doesn't mean their use in
different implementations leads to interoperable data. The key point
here seems to be that Dovecot just supports SHA-1 with PBKDF2, not
SHA-256. So I'm out of luck here. The different formats are no longer
relevant then.
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
...or claiming that PBKDF2 is much secure than CRYPT-SHA512?
Also, if you look at hashcat cracking speeds, you'll see that the speed of cracking is slower for CRYPT-SHA512 than for PBKDF2-SHA512. See https://github.com/siseci/hashcat-benchmark-comparison/blob/master/1x%20GTX%201080%20TI%20hashcat%20benchmark.txt
Aki
> On 30/08/2020 19:54 Yves Goergen <nospam.list at unclassified.de> wrote:
>
>
> Thank you for your reply.
>
> It's not that simple, though. Just because some core algorithms are
> standardised and should be compatible doesn't mean their use in
>...