第一次提交
This commit is contained in:
11
app/utils/crypto.py
Normal file
11
app/utils/crypto.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# 为了兼容性,导入简化的加密工具
|
||||
from .simple_crypto import (
|
||||
SimpleCrypto as AESCipher,
|
||||
generate_hash,
|
||||
verify_hash,
|
||||
generate_token,
|
||||
generate_uuid,
|
||||
encrypt_password,
|
||||
verify_password,
|
||||
generate_signature
|
||||
)
|
||||
Reference in New Issue
Block a user