search for: siseci

Displaying 5 results from an estimated 5 matches for "siseci".

2018 Apr 25
1
RDMA Client Hang Problem
...0.01 seconds = 8424.73 Mbit/sec 1000 iters in 0.01 seconds = 7.78 usec/iter Thank you. Necati. On 25-04-2018 12:27, Raghavendra Gowdappa wrote: > Is infiniband itself working fine? You can run tools like > ibv_rc_pingpong to find out. > > On Wed, Apr 25, 2018 at 12:23 PM, Necati E. SISECI <siseci at gmail.com > <mailto:siseci at gmail.com>> wrote: > > Dear Gluster-Users, > > I am experiencing RDMA problems. > > I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic > kernel, MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 t...
2018 Apr 25
0
RDMA Client Hang Problem
Is infiniband itself working fine? You can run tools like ibv_rc_pingpong to find out. On Wed, Apr 25, 2018 at 12:23 PM, Necati E. SISECI <siseci at gmail.com> wrote: > Dear Gluster-Users, > > I am experiencing RDMA problems. > > I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, > MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers. > All of them has Mellanox ConnectX...
2018 Apr 25
2
RDMA Client Hang Problem
Dear Gluster-Users, I am experiencing RDMA problems. I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers. All of them has Mellanox ConnectX-4 LX dual port NICs. These four servers are connected via Mellanox SN2100 Switch. I have installed GlusterFS Server v3.10 (from Ubuntu PPA) to 3 servers. These 3
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
...0 rounds of hashing in similar way as PBKDF2 does. So, what is your reasoning for 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 algorithm...