Skip to main content

๐Ÿ” Encryption

How to determine the kind of encryption you should use.

๐ŸŒฒ Decision Treeโ€‹

๐Ÿ“š Librariesโ€‹

Always use a well-known library for encryption. Avoid rolling your own.

Symmetric vs Asymmetricโ€‹

SymmetricAsymmetric
KeySharedPublic/Private
SpeedFastSlow
Length LimitLongShort
Use CaseBulk DataKey Exchange