Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Legal Key Sizes

Andrew Arnott edited this page Jun 29, 2015 · 1 revision

Cryptographic keys must be of a particular length, which varies based on the cryptographic algorithm used and sometimes the underlying implementation. You may find this MSDN article's sample .NET Framework console application useful in determining valid key sizes.

Note that keys should not simply be a user password. Use a key derivation algorithm to transform a user password to a cryptographic key of fixed length.

Clone this wiki locally