[GH-ISSUE #263] Build CDSP with PHP #253

Open
opened 2026-02-25 20:31:16 +03:00 by kerem · 1 comment
Owner

Originally created by @tinozh on GitHub (Jul 31, 2019).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/263

Hi,

i will build cdsp-Profile for Import with PHP. I seen that your CDSP Export is XML-File.

  • Can you help me with ProtectedPassword-Var? Can i crypt the Plain Password with Salt to ProtectedPassword? - How?

Dear

Originally created by @tinozh on GitHub (Jul 31, 2019). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/263 Hi, i will build cdsp-Profile for Import with PHP. I seen that your CDSP Export is XML-File. - Can you help me with ProtectedPassword-Var? Can i crypt the Plain Password with Salt to ProtectedPassword? - How? Dear
Author
Owner

@nertsch commented on GitHub (Jul 31, 2019):

The password is de/encrypted via the .net-Framework-ProtectedData class (https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata?view=netframework-4.8)

As far as I know this class uses Windows-DPAPI.
So If you want to de/encrypt the password you have to use the DPAPI or either write a simple C# commandline app, which can do the job and which you can utilize in other programming environments.

br
Gerhard

<!-- gh-comment-id:516745699 --> @nertsch commented on GitHub (Jul 31, 2019): The password is de/encrypted via the .net-Framework-ProtectedData class (https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata?view=netframework-4.8) As far as I know this class uses Windows-DPAPI. So If you want to de/encrypt the password you have to use the DPAPI or either write a simple C# commandline app, which can do the job and which you can utilize in other programming environments. br Gerhard
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#253
No description provided.