Skip to main content
Microsoft Security

SDL Team Posts

SDL Team

Secure Credential Storage 

Pop security quiz: What’s the most secure way to store a secret? a)      Encrypt it with a strong symmetric cryptographic algorithm such as AES, using a 256-bit key. b)      Encrypt it with a strong asymmetric cryptographic algorithm such as RSA, using a 4096-bit key. c)      Encrypt it using a cryptographic system built into your platform, like […]

Published
5 min read

Writing Fuzzable Code 

Adam Shostack here.  One of the really exciting things about being in the Microsoft Security Engineering Center is all of the amazing collaborators we have around the company.  People are always working to make security engineering easier and more effective.  When we talk about security testing, we often focus on what it can’t do.  “You […]