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