Suggestions for implementing a simplified subset of WebAuthn Relaying Party Operation

Previously some good fellow explained the importance of verifying the public key created and offered by authenticators.
As before, given the complexity of a FULL implementation of RP operation, I believe it’s possible that some aspect may … Continue reading Suggestions for implementing a simplified subset of WebAuthn Relaying Party Operation

Security in Angular: Addressing XSS Concerns with External Libraries and Interpolation

Introduction:
We heavily use external libraries, such as DataTables, in combination with interpolation. In Angular, we’ve identified two primary XSS prevention strategies:

Interpolation ({{ }})
Direct Sanitization with DomSanitizer.saniti… Continue reading Security in Angular: Addressing XSS Concerns with External Libraries and Interpolation

Recommended way to merge a security feature with the rest of the software? [closed]

I am searching for the best way to merge two parts of software together, so it would be as hard as possible to separate them again through reverse engineering.
At the moment are both parts python, but open minded for anything else.

Continue reading Recommended way to merge a security feature with the rest of the software? [closed]

Qué longitud de certificado es más seguro y fácil de manejar, 2048, 3072 ó 4096 para usuarios no expertos?

Ofrece servicios de emisión de certificados para firma electrónica, es una obligación para pago de impuestos.
El usuario común no conoce la tecnología detrás, pero percibe la velocidad de respuesta.
Entonces, cómo elegir el tamaño adecuado… Continue reading Qué longitud de certificado es más seguro y fácil de manejar, 2048, 3072 ó 4096 para usuarios no expertos?