星星上线
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Hncore.Pass.Vpn.Service
|
||||
}
|
||||
|
||||
public virtual string MD5(string password) {
|
||||
byte[] textBytes = System.Text.Encoding.Default.GetBytes(password);
|
||||
byte[] textBytes = System.Text.Encoding.Default.GetBytes(password);
|
||||
try {
|
||||
System.Security.Cryptography.MD5CryptoServiceProvider cryptHandler;
|
||||
cryptHandler = new System.Security.Cryptography.MD5CryptoServiceProvider();
|
||||
@@ -84,6 +84,7 @@ namespace Hncore.Pass.Vpn.Service
|
||||
catch {
|
||||
throw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected virtual void AddCookie(HttpClient client, string cookie)
|
||||
|
||||
Reference in New Issue
Block a user