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: 410
Rept. Given: 10
Rept. Rcvd 17 Times in 15 Posts
Thanks Given: 41
Thanks Rcvd at 155 Times in 61 Posts
WhoCares Reputation: 17
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, 44 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)