Top 20 NuGet Packages

Package Description
Package Description
Package Description
Package Description
Package Description
My package description.
Package Description
Package Description
public ActionResult SecurityCode() { var sc = new SecurityCode(); string code = sc.Code; //验证码的字符为4个 return File(sc.Image, "image/Jpeg"); }
Encryption and decryption with security configuration
Contains some security features such as decoding jwt token
Package Description
Package Description
Package Description
An easy-to-use management system for the ASP.NET Membership system built for ASP.NET MVC 3 applications. This application comes complete with an Area, Controllers, Views and everything you need to start managing your ASP.NET MVC 3 application immediately.
some usual encrypt and decrypt methods
優化文字說明
simple security platform for dotnet core app. security server will support SSO and send permission to web app. developer can get permission by this middlware easily. all security cantrol definded in permission object, include valid access module path, access valid data scope and valid role for user....