I hereby claim:
- I am twaldecker on github.
- I am twaldecker (https://keybase.io/twaldecker) on keybase.
- I have a public key ASAxQNG2i35t50Ook08M4TMFzFliZyYJya5QHhezhpdrego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using Microsoft.IdentityModel.Tokens; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IdentityModel.Tokens.Jwt; | |
| using System.Linq; | |
| using System.Net.Http; | |
| using System.Security.Claims; | |
| using System.Security.Cryptography.X509Certificates; | |
| using System.Text; | |
| using System.Threading.Tasks; |
| /* | |
| * Added the command line arguments for interface and MAC Address | |
| * | |
| * Based on raw Ethernet from austinmarton: https://gist.github.com/1922600 | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| */ |