Skip to content

Commit 67db8ec

Browse files
author
Legends
committed
Create README.md
1 parent 189ed50 commit 67db8ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BearerTokenDeserializer
2+
Deserialize BearerTokens (Windows Forms tool)
3+
4+
This tool decrypts BearerTokens using the MachineKeyDataProtector for IIS hosted applications.
5+
You have to modify the app.config to enter your encryption and validation key, validation algorythm:
6+
7+
`<machineKey decryptionKey="B7EF...82F408D2ECBFAC817"
8+
validation="SHA1"
9+
validationKey="C2B8D...8865D68599BF89EF78B9E86CE0267588850B" />`
10+
11+
Now you will be able to decrypt your Bearer tokens.
12+
13+
Doesn't work for selfhosted apps!
14+

0 commit comments

Comments
 (0)