-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Legends
committed
May 31, 2016
1 parent
189ed50
commit 67db8ec
Showing
1 changed file
with
14 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# BearerTokenDeserializer | ||
Deserialize BearerTokens (Windows Forms tool) | ||
|
||
This tool decrypts BearerTokens using the MachineKeyDataProtector for IIS hosted applications. | ||
You have to modify the app.config to enter your encryption and validation key, validation algorythm: | ||
|
||
`<machineKey decryptionKey="B7EF...82F408D2ECBFAC817" | ||
validation="SHA1" | ||
validationKey="C2B8D...8865D68599BF89EF78B9E86CE0267588850B" />` | ||
|
||
Now you will be able to decrypt your Bearer tokens. | ||
|
||
Doesn't work for selfhosted apps! | ||
|