i remember @DaBIGOne implement something about (for eventghost) and ask if we can add the method in MP core for being used in different plugins
DPAPI.DecryptString(Password)
@popy, I just changed the method to the one above on stackoverflow as its pretty simple which is all we need.
Here is a test dll to see if it works okay for you. You will need to re-enter password again.
@popy, I just changed the method to the one above on stackoverflow as its pretty simple which is all we need.
Here is a test dll to see if it works okay for you. You will need to re-enter password again.
public static string Encrypt(string plainText,string passPhrase)