Skip to content

Instantly share code, notes, and snippets.

@weituotian
weituotian / main.cs
Created May 1, 2017 14:35
bilibili secret key download
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using System.Net;
using System.IO;
using System.IO.Compression;