cheatsheets/crypto.md

11 lines
226 B
Markdown

---
title: Cryptography
layout: default
---
* [PBKDF2](http://en.wikipedia.org/wiki/PBKDF2) - password-based key derivation
function
* [HMAC](http://en.wikipedia.org/wiki/HMAC) - Hash-based message authentication
code