News & features
Loading

Microsoft Research Blog
Rewriting SymCrypt in Rust to modernize Microsoft’s cryptographic library
| Jonathan Protzenko, Samuel Lee, Samreen Khadeer, Son Ho, Oleksii Oleksenko, Michael Naehrig, and Cédric Fournet
We're rewriting parts of Microsoft's SymCrypt cryptographic library in Rust to improve memory safety and defend against side-channel attacks, enabling formal verification while maintaining backward compatibility via a Rust-to-C compiler.

Microsoft Research Blog
Hunting speculative information leaks with Revizor
| Boris Köpf and Oleksii Oleksenko
Spectre and Meltdown are two security vulnerabilities that affect the vast majority of CPUs in use today. CPUs, or central processing units, act as the brains of a computer, directing the functions of its other components. By targeting a feature…