Fixes #30251
This PR:
- Limits
cipher_text_edandrandom_string(SecureString) size. - Replace
ConsumeRandomLengthByteVectorfor keys toConsumeFixedLengthByteVectorwithWALLET_CRYPTO_KEY_SIZE. - Replace
ConsumeRandomLengthByteVectorforchSalttoConsumeFixedLengthByteVectorwithWALLET_CRYPTO_SALT_SIZE.