Secure
Everything on SkillVeris tagged Secure — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Secure Data Sharing
How Snowflake lets one account share live, read-only data with another account instantly, without copying or moving any data between them.
Secure Coding Checklist
A practical, enforceable checklist covering input validation, authentication, authorization, dependency hygiene, and CI gating for shipping secure code by defa…
Secure Password Storage
Learn why passwords must never be stored in plaintext or reversible form, and how modern hashing algorithms like bcrypt and Argon2 protect credentials at rest.
Secure SDLC Overview
How security practices integrate into every phase of the software development lifecycle, from requirements gathering through deployment and maintenance.
Secure Coding Basics
Core secure coding practices: input validation, output encoding, least privilege, and never trusting client-side data.
VPNs and Secure Tunnels
How VPNs use tunneling and encryption to secure traffic, and the difference between site-to-site and remote-access VPNs.