Skip to content

Commit

Permalink
Update hybrid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiinitix authored Aug 31, 2022
1 parent 9c4ca1a commit 3c2d815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colossus/hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import mail
from configparser import ConfigParser
import secrets
from Crypto.Cipher import AES
from Crypto import Random
from Cryptodome.Cipher import AES
from Cryptodome import Random
import stego

def mainMenu():
Expand Down

0 comments on commit 3c2d815

Please sign in to comment.