Is it possible in John or HashCat commands to have a list of arguments / hashes to calculate instead of only one? [closed]

I have a list of hashes on which to do a brute-force. I was thinking that running the command for each hash in parallel would slow down performance.
Running them sequentially, on the other hand, would require me to be at the PC to run the … Continue reading Is it possible in John or HashCat commands to have a list of arguments / hashes to calculate instead of only one? [closed]

How is one supposed to choose between encryption algorithms/settings in VeraCrypt? [duplicate]

Every single time I install an new storage device, I’m faced with the same impossible task: how to determine what is the most secure encryption algorithm/settings?
Over the years, I have basically just picked a random one out of the choice… Continue reading How is one supposed to choose between encryption algorithms/settings in VeraCrypt? [duplicate]

IIS Crypto 3.2 not getting rid of Diffie-Hellman algorithms of less than 2048-bits

I’m trying to stop a server using Diffie Hellman key exchanges of less than 2048 bits, but I’m getting confusing results.
I’ve run
Get-TlsCipherSuite | Format-Table Name, Exchange, Cipher, Hash, Certificate
and I can see
TLS_DHE_RSA_WITH_A… Continue reading IIS Crypto 3.2 not getting rid of Diffie-Hellman algorithms of less than 2048-bits