1/5
20.2 Secure Development
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Secure Coding
It's about writing code carefully from the very beginning to prevent security holes, making sure the tools and environment used are also secure.
KISS Principle
Keep your code simple and straightforward; complex code often hides security mistakes.
Minification & Obfuscation
build it simply for clarity and fewer internal errors, and then you protect the final version by making it look confusing to anyone trying to snoop from the outside
SSDL
Secure Software Development Lifecycle
building security directly into every step of creating software from day one, automatically checking for weaknesses all along the way, and using tools to fix problems fast.
Secrets Vault
A secure digital safe where you store sensitive information like passwords and keys, so they're not left exposed in code or regular files.
Secure Code Review
carefully checking your app's code (either manually or with special tools) to find and fix security flaws before they're exploited.