From 41b3cea95d8b0c473b145b6bf8daa1f21db0a55a Mon Sep 17 00:00:00 2001 From: Joshua Yin Date: Wed, 9 Jan 2019 15:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__pycache__/authroization.cpython-37.pyc | Bin 3005 -> 2911 bytes .../server/authroization.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ufile-auth-server-python/server/__pycache__/authroization.cpython-37.pyc b/ufile-auth-server-python/server/__pycache__/authroization.cpython-37.pyc index ff5fc3445c87864de0429393a2e55e60635906f3..527e253553ac81b4ab93e2012f14aa1ac6733fef 100644 GIT binary patch delta 138 zcmdlheqW5wiIqQoyMI5W4%peV?^+%mP?%riMB*Rb5&IMB&LJ1aCh zGt4|ABHbynB+S&wFWk@2C&w=|JKwg-!P48(u*BOuBe}rY%}3kPz@t1Y+d@0XJ+$1b zsIV}rDlIg>)WyZbJjkc0*fPy9G`GYgJ)*+gC%oLrB-_=zGDF6Tf diff --git a/ufile-auth-server-python/server/authroization.py b/ufile-auth-server-python/server/authroization.py index a47f40e..a27ef69 100644 --- a/ufile-auth-server-python/server/authroization.py +++ b/ufile-auth-server-python/server/authroization.py @@ -2,8 +2,8 @@ import base64 import hmac from hashlib import sha1 -PUBLIC_KEY = 'Kf6owXtNZSimr0rR7w9ew6Iclm1w73QB8+jUkiV7hXgBYtV5BNWN1LlNUko=' -PRIVATE_KEY = '9K91tK7hcpCFL+90HwVk8lGUwJrqqjzfUouDD47RLrs9f1Umt4gXx7LWwB4kE7um' +PUBLIC_KEY = 您的公钥 +PRIVATE_KEY = 您的私钥 class Authroizator: