MiniState simplifies managing cookie information or other string based property stores. MiniState attempts to minimise the amount of data required to store values, protect values from tampering using HMAC validation, reduce the risk of replay attacks by specifying a valid lifetime of the values and mitigate the difficulties of handling cookies set by previous revisions by using version numbers.
$ dotnet add package ministateNo README available.