View Single Post
  #9  
Old 12-07-2022, 20:16
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 468
Rept. Given: 11
Rept. Rcvd 32 Times in 25 Posts
Thanks Given: 69
Thanks Rcvd at 247 Times in 94 Posts
WhoCares Reputation: 32
Here is the updated for vmware workstation 17

I successfully build it with vs2019 and vs2022, windows sdk 10, there is no deprecation warnings/errors.
We can still use crypto api though MS doc says it's deprecated.

and, you can replace the SHA1 hasher and strong random number generator with openssl functions. or only use the weak RNG( CRT rand() function ).

Quote:
Originally Posted by sendersu View Post
@WhoCares
do you have plans to add support for VmW workstation products?

2) MS is complaining about using CryptXXX WinAPI as follows:

Important This API is deprecated. New and existing software should start using Cryptography Next Generation APIs. Microsoft may remove this API in future releases.
Attached Files
File Type: rar VMware.Keygen.imgui.rar (454.9 KB, 47 views)
__________________
AKA Solomon/blowfish.
Reply With Quote
The Following 4 Users Say Thank You to WhoCares For This Useful Post:
alekine322 (12-08-2022), cr0bar (09-27-2023), niculaita (12-08-2022), sendersu (12-07-2022)