Can I find the private key on an old Android Wallet’s source code?

I recently found an old wallet from my younger self with God-knows what kind of embarrassing data on it. I only found the back up files on a cloud service and did some digging as to what it was when finally found out that it was Pocket for… Continue reading Can I find the private key on an old Android Wallet’s source code?

Is this code vulnerable to "Client DOM Code Injection". Checkmarx scan is saying yes, but I don’t see how [closed]

Apologies if this is a basic question.
I’m trying to understand why checkmarx scan thinks the below code is vulnerable to "Client DOM Code Injection". It says

The application’s function method receives and dynamically executes
u… Continue reading Is this code vulnerable to "Client DOM Code Injection". Checkmarx scan is saying yes, but I don’t see how [closed]

Are hashed passwords transferred to a server for user authentication? [duplicate]

A question I came up with while reading in my information security class. Let’s say website ABC which uses username and password combinations to authenticate users and has a user John. When John goes to ABC.com to log in to his account and… Continue reading Are hashed passwords transferred to a server for user authentication? [duplicate]

For common hashes, are their collision risks similar when considering only the first N bytes?

Question in short:
If I consider just the first 16 bytes of SHA-1 and SHA-256 hashes, do they have substantially the same collision risk?
Background:
I have an application where I need a 16-byte (exactly) hash of a short string (a few byte… Continue reading For common hashes, are their collision risks similar when considering only the first N bytes?

With password cracking, what is the fastest known password cracking rig in hashes per second?

To properly assess password strength, I have been trying to research what the fastest known password cracking rig is in hashes per second.
HashCat claims that their software is the world’s fastest, and the current version is v6.2.5. I also… Continue reading With password cracking, what is the fastest known password cracking rig in hashes per second?