-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dataprotectiondecryptor: Update to version 1.12
- Loading branch information
1 parent
c90c31c
commit 7986bee
Showing
1 changed file
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"version": "1.11", | ||
"homepage": "https://www.nirsoft.net/utils/dpapi_data_decryptor.html", | ||
"bin": "DataProtectionDecryptor.exe", | ||
"shortcuts": [ | ||
[ | ||
"DataProtectionDecryptor.exe", | ||
"NirSoft\\DataProtectionDecryptor" | ||
] | ||
], | ||
"persist": [ | ||
"dataprotectiondecryptor_lng.ini", | ||
"dataprotectiondecryptor.cfg" | ||
], | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor-x64.zip", | ||
"hash": "e4b0c72c94021f102176d8a19fc27a90da1732548bc0d60306c85154036cb8a2" | ||
}, | ||
"32bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor.zip", | ||
"hash": "717d1e9ddb7b0e72ba04cbec5294a8a0f7956149d2061d6c57396b72c4cc0939" | ||
} | ||
}, | ||
"description": "Decrypt DPAPI-encrypted data of Windows.", | ||
"license": "Freeware", | ||
"notes": "If this application is useful to you, please consider donating to NirSoft - https://www.nirsoft.net/donate.html", | ||
"checkver": { | ||
"url": "https://www.nirsoft.net/pad/dataprotectiondecryptor.xml", | ||
"xpath": "/XML_DIZ_INFO/Program_Info/Program_Version" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor-x64.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor.zip" | ||
} | ||
} | ||
} | ||
} | ||
{ | ||
"version": "1.12", | ||
"homepage": "https://www.nirsoft.net/utils/dpapi_data_decryptor.html", | ||
"bin": "DataProtectionDecryptor.exe", | ||
"shortcuts": [ | ||
[ | ||
"DataProtectionDecryptor.exe", | ||
"NirSoft\\DataProtectionDecryptor" | ||
] | ||
], | ||
"persist": [ | ||
"dataprotectiondecryptor_lng.ini", | ||
"dataprotectiondecryptor.cfg" | ||
], | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor-x64.zip", | ||
"hash": "e4b0c72c94021f102176d8a19fc27a90da1732548bc0d60306c85154036cb8a2" | ||
}, | ||
"32bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor.zip", | ||
"hash": "717d1e9ddb7b0e72ba04cbec5294a8a0f7956149d2061d6c57396b72c4cc0939" | ||
} | ||
}, | ||
"description": "Decrypt DPAPI-encrypted data of Windows.", | ||
"license": "Freeware", | ||
"notes": "If this application is useful to you, please consider donating to NirSoft - https://www.nirsoft.net/donate.html", | ||
"checkver": { | ||
"url": "https://www.nirsoft.net/pad/dataprotectiondecryptor.xml", | ||
"xpath": "/XML_DIZ_INFO/Program_Info/Program_Version" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor-x64.zip" | ||
}, | ||
"32bit": { | ||
"url": "https://www.nirsoft.net/toolsdownload/dataprotectiondecryptor.zip" | ||
} | ||
} | ||
} | ||
} |