Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Legends committed May 31, 2016
1 parent 189ed50 commit 67db8ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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!

0 comments on commit 67db8ec

Please sign in to comment.