El mié, 2 mar 2022 a la(s) 06:29, Hans Leidekker (hans@codeweavers.com) escribió:
It may be better to call BCryptGenerateKeyPair() when the key is created, to catch errors
early. This needs some tests.
For this we should find a way to check if the property requested by NCryptSetProperty or NCryptGetProperty belongs to the bcrypt object and make the call also to BCryptSetProperty or BCryptGetProperty and get the data from there. I'm a little worried about the amount of for loops this is going to have. lol.