Skip to content

Library to easily implement HMAC authentication to your WebAPI classes

Notifications You must be signed in to change notification settings

shoecake/HMAC-WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMAC-Web-API

Client and server code for using HMAC to authenticate Web API Communication. The code will also protect against replay attacks.

This is implemented as two separate DLLs, one for the server which contains WebAPI attributes and one for the client which wraps the HTTPClient class

Multiple public/private keys are supported on the server so you can assign different keys to each client.

About

Library to easily implement HMAC authentication to your WebAPI classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published