Files
chiff-affine/jeudetestdemo.py
2022-03-27 14:01:22 +02:00

7 lines
220 B
Python

from crypt_and_decrypt import *
from find_key import *
cryptByteFile('../demo.mp3', 45, 85, '../demoCrypted.mp3')
print('Crypted')
decryptByteFile('../demoCrypted.mp3', 45, 85, '../demoDeCrypted.mp3')
print('Decrypted')