Skip to content

Is the default strength of DRBG in 3.0 FIPS provider - 1024 or 256 bits? #21758

Answered by t8m
visweshn92 asked this question in Q&A
Discussion options

You must be logged in to vote

The code above provides strength of the seed source, not the DRBG itself. The number 1024 is arbitrary to not limit the strength of the whole chain. The default DRBG type fetched is the AES-256-CTR DRBG which should provide strength of 256 bits. The resulting strength of the whole chain should be the minimum of all the strengths of RBGs in the chain which is 256 bits.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by t8m
Comment options

You must be logged in to vote
8 replies
@t8m
Comment options

@visweshn92
Comment options

@paulidale
Comment options

@harshbhavsar30
Comment options

@paulidale
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants