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

@ -8,7 +8,7 @@ from math import ceil
from Crypto.Cipher import AES
from imp.math.util import xor_bytes
from celeste.math.util import xor_bytes
class StepUpCounter(object):
def __init__(self, step_up=False):

View file

@ -5,7 +5,7 @@ Solution to https://cryptohack.org/courses/symmetric/symmetry/
import os
import requests
from imp.math.util import xor_bytes, xor_str
from celeste.math.util import xor_bytes, xor_str
URL = 'https://aes.cryptohack.org/symmetry'