Webshare download password generator
This commit is contained in:
11
Program.cs
Normal file
11
Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using JellyfinCinemaStream.Webshare;
|
||||
|
||||
class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
string a = LinkGenerator.CalculatePassword(downloadId: "12kRBqAYQS2", downloadName: "bIaFGdkvKiiTBo2_S3E", salt: "UX8y8Fpa");
|
||||
Console.WriteLine(a);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user