Fernet which takes a user-provided message (an arbitrary sequence of bytes), a key (256 bits), and the current time, and produces a token, which contains the message in a form that can't be read or altered without the key.
Info
Version: | 0.1.7 |
Author(s): | Thang Chung |
Last Update: | Wednesday, February 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thangchung/fernet-dotnet |
NuGet Url: | https://www.nuget.org/packages/Fernet |
Install
Install-Package Fernet
dotnet add package Fernet
paket add Fernet
Fernet Download (Unzip the "nupkg" after downloading)