mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #263] Build CDSP with PHP #253
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Dear
@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