I finished AES and Chacha20, SImon and Speck still need some work, and i have...
I finished AES and Chacha20, SImon and Speck still need some work, and i have run some basics comparison between them, 27th oj June
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- src v1.1/Women in Red.jpg 0 additions, 0 deletionssrc v1.1/Women in Red.jpg
- src v1.1/function/ChaCha20/chacha20.py 0 additions, 79 deletionssrc v1.1/function/ChaCha20/chacha20.py
- src v1.1/function/SIMON & SPECK/decrypted_file.txt 0 additions, 1 deletionsrc v1.1/function/SIMON & SPECK/decrypted_file.txt
- src v1.1/function/SIMON & SPECK/encrypted_file.bin 0 additions, 1 deletionsrc v1.1/function/SIMON & SPECK/encrypted_file.bin
- src v1.1/function/aes.py 67 additions, 0 deletionssrc v1.1/function/aes.py
- src v1.1/function/chacha20.py 80 additions, 0 deletionssrc v1.1/function/chacha20.py
- src v1.1/function/simon.py 20 additions, 25 deletionssrc v1.1/function/simon.py
- src v1.1/function/speck.py 118 additions, 0 deletionssrc v1.1/function/speck.py
- src v1.1/key_file.bin 0 additions, 2 deletionssrc v1.1/key_file.bin
- src v1.1/key_generation.py 11 additions, 8 deletionssrc v1.1/key_generation.py
- src v1.1/key_storage/key_file16.bin 1 addition, 0 deletionssrc v1.1/key_storage/key_file16.bin
- src v1.1/key_storage/key_file24.bin 1 addition, 0 deletionssrc v1.1/key_storage/key_file24.bin
- src v1.1/key_storage/key_file32.bin 1 addition, 0 deletionssrc v1.1/key_storage/key_file32.bin
- src v1.1/test.py 134 additions, 0 deletionssrc v1.1/test.py
- src v1.1/test_result/AES/AES_16decrypted_file.jpg 0 additions, 0 deletionssrc v1.1/test_result/AES/AES_16decrypted_file.jpg
- src v1.1/test_result/AES/AES_16decrypted_file.txt 0 additions, 0 deletionssrc v1.1/test_result/AES/AES_16decrypted_file.txt
- src v1.1/test_result/AES/AES_16encrypted_file.bin 0 additions, 0 deletionssrc v1.1/test_result/AES/AES_16encrypted_file.bin
- src v1.1/test_result/AES/AES_24decrypted_file.jpg 0 additions, 0 deletionssrc v1.1/test_result/AES/AES_24decrypted_file.jpg
- src v1.1/test_result/AES/AES_24decrypted_file.txt 0 additions, 0 deletionssrc v1.1/test_result/AES/AES_24decrypted_file.txt
.gitignore
0 → 100644
src v1.1/Women in Red.jpg
0 → 100644
144 KiB
src v1.1/function/aes.py
0 → 100644
src v1.1/function/chacha20.py
0 → 100644
src v1.1/key_file.bin
deleted
100644 → 0
src v1.1/key_storage/key_file16.bin
0 → 100644
src v1.1/key_storage/key_file24.bin
0 → 100644
src v1.1/key_storage/key_file32.bin
0 → 100644
src v1.1/test.py
0 → 100644
144 KiB
File added
File added
144 KiB
File added