Project is now named Celeste
This commit is contained in:
parent
87917f9526
commit
269092fb53
45 changed files with 1507 additions and 12 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue