Project is now named Celeste

This commit is contained in:
Emile Clark-Boman 2025-07-06 19:20:20 +10:00
parent 87917f9526
commit 269092fb53
45 changed files with 1507 additions and 12 deletions

View file

@ -1,7 +1,7 @@
import requests
from imp.constants import PRINTABLE
from imp.attacks import paddingoracle
from celeste.constants import PRINTABLE
from celeste.attacks import paddingoracle
from Crypto.Util.Padding import pad

View file

@ -1,6 +1,6 @@
import string
from imp.attacks import paddingoracle
from celeste.attacks import paddingoracle
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad