Skip to content

Instantly share code, notes, and snippets.

View kennlebu's full-sized avatar

Kenneth Lebu kennlebu

View GitHub Profile
@kennlebu
kennlebu / GenerateSignature.cs
Created June 5, 2021 11:11
This class signs transaction parameters using a self-signed certificate
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Web;
using ToranWebTest.Models;
using ToranWebTest.UmemeBillingInterface;
@kennlebu
kennlebu / Nearby_.gitignore
Created March 23, 2015 23:48
This is a project created while learning android development during the Google Study Jams
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build