mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
changed to AES
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from Crypto.Cipher import DES, Blowfish
|
||||
from Crypto.Cipher import DES, AES
|
||||
|
||||
cipher = DES.new(SECRET_KEY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user