Closed lalakii closed 3 months ago
var dsa = new DsaParametersGenerator(); dsa.Init(2048, 80, ...);
When I run this code, I get an exception.
System.ArgumentException: size must be from 512 - 1024 and a multiple of 64
java prompts me:
Warning: <aa> uses a 1024-bit DSA key which is considered a security risk. This key size will be disabled in a future update.
Will this be fixed in a subsequent release?
Thank you.
When I run this code, I get an exception.
java prompts me:
Will this be fixed in a subsequent release?
Thank you.