When using a user password for client side encryption, do I have to store the salt for the user encryption key on the server?

The password of the user shall be used for client side encryption. A PBKDF and salt shall be used to derive a key from the user password.
Do I need to store this salt on the server and deliver it to each new client/device the user authenti… Continue reading When using a user password for client side encryption, do I have to store the salt for the user encryption key on the server?

What is the risk of a known ReDOS Vulnerability in a client side (Browser) app

I’m trying to determine if a client side app, that runs in the browser has any real danger from being vulnerable to a known ReDOS issue.
My understanding of ReDOS is that inefficiencies or known short comings in regular expression computat… Continue reading What is the risk of a known ReDOS Vulnerability in a client side (Browser) app

Authenticating/ identifying dynamic UI Client to Back-End [duplicate]

The title may be a bit misleading so I will try to make this as clear as possible. We have several microservices that
expose endpoints and they communicate to each other. They needed to authenticate each other so we used mTLS (Two way TLS)… Continue reading Authenticating/ identifying dynamic UI Client to Back-End [duplicate]

Is there hardware (like u2f-keys) for passwordless client-side encryption & decryption

I know that u2f keys are designed as authentication factors, but I think it would not be far fetched to also add a protocol that the user can use to encrypt or decrypt data on the client-side. This would relieve the user from remembering a… Continue reading Is there hardware (like u2f-keys) for passwordless client-side encryption & decryption

Not self-signed certificate and not AWS private certificate authority, any guess?

Hi I need to secure the communications between my frontend and backend, to put you in context my front resides in a PHP server owned by DonDominio (hosting web) and my backend in an instance in AWS.
My public web domain is .app so I’m forc… Continue reading Not self-signed certificate and not AWS private certificate authority, any guess?