[CHANGE] Added old cipher implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Manager.YouTube.Util.Cipher.Operations;
|
||||
|
||||
public interface ICipherOperation
|
||||
{
|
||||
string Decipher(string cipherSignature);
|
||||
}
|
||||
Reference in New Issue
Block a user