qr/dotnet
2021-02-17 20:39:54 +01:00
..
Wulkanowy.Qr [dotnet] Add project info (#8) 2021-02-17 20:39:54 +01:00
Wulkanowy.Qr.Example Rename dotnet solution to Wulkanowy.Qr 2020-11-30 16:23:24 +01:00
Wulkanowy.Qr.Test Rename dotnet solution to Wulkanowy.Qr 2020-11-30 16:23:24 +01:00
.gitignore Add .NET implementation (#6) 2020-11-30 11:49:02 +01:00
README.md [dotnet] Add project info (#8) 2021-02-17 20:39:54 +01:00
Wulkanowy.Qr.sln Rename dotnet solution to Wulkanowy.Qr 2020-11-30 16:23:24 +01:00

UONET+ Qr Code converter for .NET

Usage

using Wulkanowy;

var encode = Qr.Encode("PASSWORD", "CODE");
var decode = Qr.Decode("PASSWORD", "ENCRYPTED_CODE");

Test

$ dotnet test WulkanowyQr.Test