Add new chars
This commit is contained in:
parent
56db5b44fa
commit
bb3a43bebb
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ namespace Bot
|
|||
|
||||
public void CalculateKey(string K)
|
||||
{
|
||||
string valid = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ=.";
|
||||
string valid = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ=.+/\\";
|
||||
StringBuilder tmp = new StringBuilder(_key);
|
||||
|
||||
for (int i = 0; i < _key.Length; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue