You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
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.