DannyBoyNg
- 33,077 total downloads
- last updated 1/18/2019
- Latest version: 2.1.0
A library to parse user-agent strings in C#.
- 2,826 total downloads
- last updated 3/10/2021
- Latest version: 1.0.3
A service to parse user-agent strings in C#.
- 357 total downloads
- last updated 11/11/2020
- Latest version: 1.0.1
A service to create and validate simple tokens in C#. Example use case: A simple token can be used to confirm if a user owns an email address. You send a simple token to a users email address. If that user can present the same token back to you, then you know the user owns that email address.
- 356 total downloads
- last updated 11/10/2020
- Latest version: 1.0.1
A simple service to send emails. This is a wrapper for the deprecated/obsolete System.Net.Mail.SmptClient. This package is meant to help support legacy systems/environments. For new development please use MailKit or other third party packages.
- 351 total downloads
- last updated 11/10/2020
- Latest version: 1.0.1
A simple service to hash passwords with PBKDF2 in C#.
- 346 total downloads
- last updated 11/10/2020
- Latest version: 2.0.0
A service to help manage JWT access tokens and refresh tokens in C#. Supports: HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512