Wireless Profile Password- CryptUnProtectData
-
I am using CryptUnProtectData function to decrypt Wireless Access Password from a Wireless Connection Profile. Even though I am able to decrypt the password on a Windows Vista PC, I am not able to do this on a Windows XP Machine. I am calling CryptUnProtectData inside a windows service application. Is it possible to decrypt the wireless connection password using CryptUnProtectData on a Windows XP PC ?
-
I am using CryptUnProtectData function to decrypt Wireless Access Password from a Wireless Connection Profile. Even though I am able to decrypt the password on a Windows Vista PC, I am not able to do this on a Windows XP Machine. I am calling CryptUnProtectData inside a windows service application. Is it possible to decrypt the wireless connection password using CryptUnProtectData on a Windows XP PC ?
Arun krishnan wrote:
Even though I am able to decrypt the password on a Windows Vista PC, I am not able to do this on a Windows XP Machine.
What happens when you try it on your Windows XP machine?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->ßRÅhmmÃ<-·´¯`·.
-
Arun krishnan wrote:
Even though I am able to decrypt the password on a Windows Vista PC, I am not able to do this on a Windows XP Machine.
What happens when you try it on your Windows XP machine?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->ßRÅhmmÃ<-·´¯`·.
The Function Fails return "flase" and the password will not be decrypted.
-
The Function Fails return "flase" and the password will not be decrypted.
It appears that you've to follow a set of rules to get this thing work. Did you read the "Remarks" section of
CryptProtectData()
in MSDN?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->ßRÅhmmÃ<-·´¯`·.
-
It appears that you've to follow a set of rules to get this thing work. Did you read the "Remarks" section of
CryptProtectData()
in MSDN?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->ßRÅhmmÃ<-·´¯`·.
I have seen this section. since the method i have adopted works for Vista, i hope its the same for XP too. Have you worked on the function before?
-
I have seen this section. since the method i have adopted works for Vista, i hope its the same for XP too. Have you worked on the function before?
I have worked on it, but on Vista. I haven't tried it on any other OS.
-
I have seen this section. since the method i have adopted works for Vista, i hope its the same for XP too. Have you worked on the function before?
I have tried firing GetLastError() after the error, which returns, error 183: Cannot create a file when that file already exists. Have any idea on how this is happening
-
It appears that you've to follow a set of rules to get this thing work. Did you read the "Remarks" section of
CryptProtectData()
in MSDN?
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->ßRÅhmmÃ<-·´¯`·.
ok i am user newrhm9019@gmail.com :)
-
ok i am user newrhm9019@gmail.com :)
-