We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189ed50 commit 67db8ecCopy full SHA for 67db8ec
README.md
@@ -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