sycured
sycured: consultant's blog

sycured: consultant's blog

Follow
Follow
homebadges
Tag

Security

#security

More content

Read more stories on Hashnode


Articles with this tag

Yubico Authenticator on RHEL 9

Feb 5, 20231 min read

Yubico Authenticator permits you to generate TOTP directly on your desktop/laptop/smartphone using your Yubikey. This is how to install it on Red Hat...

Yubico Authenticator on RHEL 9

Hashicorp Vault: Migration from Cloud seal to Shamir seal

Nov 15, 20223 min read

Hashicorp Vault has different Seal types, and a day we can need to migrate between two seals. This is exactly what happened, and how I did it between...

Hashicorp Vault: Migration from Cloud seal to Shamir seal

Azure App Services Web Apps Configuration - Versioning

Jun 11, 20222 min read

Working with Azure App Services Web Apps, I learned how it's difficult to don't have integrated versioning of the configuration. This is my...

Azure App Services Web Apps Configuration - Versioning

Azure - Set expiration on all secrets

Jan 27, 20221 min read

Doing a policy enforcement, I needed to set an expiraton date on all secrets inside a key vault. When you've 100+ items inside the key vault, you need...

Azure - Set expiration on all secrets

Fix Azure WAF & AD OpenID Connect

Jan 13, 20221 min read

When you're using Azure WAF and Azure Active Directory OpenID Connect, you can experience the WAF blocking on the rule: SQL Comment Sequence...

Fix Azure WAF & AD OpenID Connect

Why do you must use server-side sessions?

Jun 8, 20202 min read

When you're building a service, you need to ensure sessions correctly.It's why I still prefer server-side sessions because I want the best security...

Why do you must use server-side sessions?