├── .gitignore ├── LICENSE.txt ├── README.md ├── _config.yml ├── autoguess.py ├── ciphers ├── AES │ ├── References │ │ ├── 2010-LDC-AES-633.pdf │ │ └── Bouillaguet2011_Chapter_AutomaticSearchOfAttacksOnRoun.pdf │ ├── ResultsFromGroebner │ │ ├── Blockwise-CNF-to-ANF │ │ │ ├── output_groebner_aes_1r.txt │ │ │ └── output_groebner_aes_1r.txt.txt │ │ └── Simple-CNF-to-ANF │ │ │ ├── output_groebner_aes_1r │ │ │ └── output_groebner_aes_2r │ ├── Shapes │ │ ├── GD-1Round │ │ │ ├── aes_1_round_gd_dg.pdf │ │ │ └── aes_1_round_gd_dg.svg │ │ ├── GD-2Rounds-10G │ │ │ ├── aes_2_rounds_10g_gd_dg.pdf │ │ │ └── aes_2_rounds_10g_gd_dg.svg │ │ ├── GD-2Rounds-11G │ │ │ └── aes_2_rounds_gd_dg.pdf │ │ ├── GD-3Rounds-15G │ │ │ ├── aes_3_rounds_gd_dg.pdf │ │ │ └── aes_3_rounds_gd_dg.svg │ │ ├── aes_round_function.pdf │ │ └── aes_round_function.svg │ ├── aes1kp-v0.py │ ├── aes1kp-v1.py │ ├── aes1kp-v2.py │ ├── output1r.txt │ ├── output2r.txt │ ├── output3r.txt │ ├── relationfile_aes1kp_1r_mg6_ms14.txt │ ├── relationfile_aes1kp_2r_mg10_ms20.txt │ └── relationfile_aes1kp_3r_mg15_ms22.txt ├── BelT │ ├── References │ │ ├── BelT-FaultAttack.pdf │ │ ├── belt-spec27.pdf │ │ └── exponential.pdf │ ├── belt-128.py │ ├── belt-192.py │ ├── belt-256.py │ ├── relationfile_belt-256_3r_mg10_ms10.txt │ ├── relationfile_belt-256_4r_mg10_ms10.txt │ └── relationfile_belt-256_5r_mg10_ms10.txt ├── Bivium │ ├── BiviumA │ │ ├── BiviumA_177clks_maxguess24_maxsteps85_sat_without_preprocessing.txt │ │ ├── Shapes │ │ │ └── biviuma_24g_85s_gd_dg.svg │ │ ├── biviuma.py │ │ ├── relationfile_biviuma_177clk_mg24_ms85.txt │ │ └── test.txt │ ├── BiviumB │ │ ├── biviumb-v0.py │ │ ├── biviumb-v1.py │ │ └── relationfile_biviumb_177clk_mg32_ms65.txt │ └── References │ │ ├── 040.pdf │ │ └── Two_Trivial_Attacks_on_Trivium.pdf ├── CRAFT │ ├── Shapes │ │ └── craft_round_function.svg │ ├── craft.py │ ├── relationfile_craft_10r_mg28_ms50.txt │ ├── relationfile_craft_11r_mg28_ms52.txt │ ├── relationfile_craft_12r_mg29_ms55.txt │ ├── relationfile_craft_13r_mg30_ms60.txt │ ├── relationfile_craft_14r_mg32_ms70.txt │ ├── relationfile_craft_1r_mg0_ms3.txt │ ├── relationfile_craft_2r_mg16_ms4.txt │ ├── relationfile_craft_3r_mg16_ms10.txt │ ├── relationfile_craft_4r_mg20_ms16.txt │ ├── relationfile_craft_5r_mg20_ms16.txt │ ├── relationfile_craft_6r_mg23_ms35.txt │ ├── relationfile_craft_7r_mg23_ms35.txt │ ├── relationfile_craft_8r_mg26_ms40.txt │ └── relationfile_craft_9r_mg26_ms50.txt ├── ChaCha │ ├── References │ │ └── ChaCha-Spec-574-Article Text-1961-2-10-20200323.pdf │ ├── Shapes │ │ └── chacha.svg │ ├── chacha.py │ ├── chacha5R.txt │ ├── chacha6R.txt │ ├── relationfile_chacha_2clk_mg4_ms10.txt │ ├── relationfile_chacha_3clk_mg8_ms15.txt │ ├── relationfile_chacha_4clk_mg6_ms25.txt │ └── relationfile_chacha_5clk_mg8_ms25.txt ├── Enocoro128v2 │ ├── Shapes │ │ ├── alternative_repre_enocoro.png │ │ └── enocoro128_v2_16clks_18g_18s.svg │ ├── enocoro-v0.py │ ├── output.txt │ └── relationfile_enocoro_16clk_mg18_ms22.txt ├── Example0 │ ├── example1.py │ └── relationfile_example1.txt ├── Example1 │ ├── Shapes │ │ └── example1_dg.svg │ └── relationfile.txt ├── Example2 │ ├── Shapes │ │ └── example2_dg.svg │ └── example2.txt ├── Example3 │ ├── Shapes │ │ ├── example3_dg.svg │ │ ├── example3_output │ │ └── toy_example_early_abortion.pdf │ └── relationfile.txt ├── Example4 │ ├── Shapes │ │ ├── algebraic_relations_determination_flow_f0.pdf │ │ ├── example4_dg_D2.svg │ │ └── example4_dg_D3.svg │ └── algebraic_relations.txt ├── Example5 │ ├── Shapes │ │ └── example5_dg.svg │ └── example5.txt ├── Example6 │ ├── Shapes │ │ ├── rabbit_0.svg │ │ ├── rabbit_1.svg │ │ └── rabbit_dg.svg │ ├── example2.py │ └── relationfile_rabit_9clk_mg6_ms22.txt ├── KCipher2 │ ├── References │ │ ├── AttackOnSimplifiedK2Cipher.pdf │ │ ├── cryptrec-ex-2009-2010.pdf │ │ ├── cryptrec-ex-2010-2010r1.pdf │ │ └── specification.pdf │ ├── Shapes │ │ ├── kcipher2.svg │ │ └── kcipher2_8clks_10g_19s_gd_dg.svg │ ├── kcipher2-v0.py │ ├── kcipher2-v1.py │ ├── kcipher2-v3.py │ └── relationfile_kcipher2_8clk_mg10_ms19.txt ├── Khudra │ ├── Shapes │ │ ├── khudra_14r_gd_dg.pdf │ │ ├── khudra_14r_gd_dg.svg │ │ ├── khudra_alternative.pdf │ │ └── khudra_alternative.svg │ ├── khudar-v0.py │ ├── khudar-v1.py │ ├── relationfile_khudra_alternative_10r_mg4_ms10.txt │ ├── relationfile_khudra_alternative_11r_mg4_ms11.txt │ ├── relationfile_khudra_alternative_12r_mg4_ms12.txt │ ├── relationfile_khudra_alternative_13r_mg4_ms15.txt │ ├── relationfile_khudra_alternative_14r_mg4_ms16.txt │ ├── relationfile_khudra_alternative_1r_mg0_ms5.txt │ ├── relationfile_khudra_alternative_2r_mg1_ms5.txt │ ├── relationfile_khudra_alternative_3r_mg1_ms6.txt │ ├── relationfile_khudra_alternative_4r_mg1_ms6.txt │ ├── relationfile_khudra_alternative_5r_mg2_ms6.txt │ ├── relationfile_khudra_alternative_6r_mg3_ms6.txt │ ├── relationfile_khudra_alternative_7r_mg3_ms8.txt │ ├── relationfile_khudra_alternative_8r_mg3_ms11.txt │ └── relationfile_khudra_alternative_9r_mg3_ms13.txt ├── LBlock │ ├── LBlock-ID │ │ ├── References │ │ │ └── fse-2016-key-bridging_full_version.pdf │ │ ├── lblockkb.py │ │ ├── output.txt │ │ ├── relationfile_lblock_22r.txt │ │ └── shapes │ │ │ ├── determination_flow_lblock_id_23r.pdf │ │ │ ├── determination_flow_lblock_id_23r.svg │ │ │ └── output_graph_lblock_id_23r.pdf │ └── LBlock-Integral │ │ ├── References │ │ └── LBlock-iet-ifs.2019.0353.pdf │ │ ├── XL18_relationfile_lblock_kb_24r_mg47_ms3.txt │ │ ├── XL18_relationfile_lblock_kb_24r_mg47_ms3_paper.txt │ │ ├── Z17_relationfile_lblock_kb_24r_mg55_ms3.txt │ │ ├── Z17_relationfile_lblock_kb_24r_mg55_ms3_paper.txt │ │ ├── convert_the_output_to_latex_table.py │ │ ├── dtf_to_dg.py │ │ ├── lblockkb.py │ │ ├── output_twosides.txt │ │ ├── output_xl18.txt │ │ ├── output_z17.txt │ │ ├── shapes │ │ ├── lblock_integral_xl18.svg │ │ ├── lblock_integral_z17.svg │ │ └── two_sides.svg │ │ ├── two_sides_relationfile_lblock_kb_24r_mg69_ms10.txt │ │ ├── two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper.txt │ │ └── two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper_new_groebner.txt ├── LEA-128 │ ├── lea-hong2014.pdf │ ├── lea128.py │ ├── relationfile_LEA128_1r_mg1_ms1.txt │ ├── relationfile_LEA128_2r_mg1_ms6.txt │ ├── relationfile_LEA128_3r_mg2_ms5.txt │ └── relationfile_LEA128_4r_mg3_ms4.txt ├── PRESENT │ ├── PRESENT-128 │ │ ├── groebner_basis_128bit_28r.txt │ │ ├── output_128bit_groebner_28r │ │ ├── present128kb.py │ │ └── relationfile_present_kb_28r_mg115_ms30.txt │ ├── PRESENT-80 │ │ ├── ResultsFromGroebner │ │ │ ├── output_groebner_26r │ │ │ ├── output_groebner_27r │ │ │ └── output_groebner_28r │ │ ├── convert_the_output_to_latex_table.py │ │ ├── output1.txt │ │ ├── output2.txt │ │ ├── present80kb-v0.py │ │ ├── relationfile_present_kb_26r_mg60_ms10.txt │ │ ├── relationfile_present_kb_26r_mg60_ms25_paper.txt │ │ ├── relationfile_present_kb_27r_mg68_ms28.txt │ │ ├── relationfile_present_kb_28r_mg73_ms30.txt │ │ ├── relationfile_present_kb_28r_mg73_ms30_paper.txt │ │ └── shapes │ │ │ ├── present_26r_determinationflow.pdf │ │ │ └── present_26r_determinationflow.svg │ └── References │ │ └── Present–EUROCRYPT2020-JournalVersion.pdf ├── SKINNY-TK1 │ ├── Shapes │ │ ├── skinny_tk1_11_rounds_gd_dg.pdf │ │ ├── skinny_tk1_11_rounds_gd_dg.svg │ │ └── skinnytk1_gd_variables.svg │ ├── relationfile_skinnytk1_10r_mg14_ms70.txt │ ├── relationfile_skinnytk1_11r_mg15_ms75.txt │ ├── relationfile_skinnytk1_1r_mg0_ms3.txt │ ├── relationfile_skinnytk1_2r_mg0_ms7.txt │ ├── relationfile_skinnytk1_3r_mg3_ms22.txt │ ├── relationfile_skinnytk1_4r_mg5_ms22.txt │ ├── relationfile_skinnytk1_5r_mg6_ms30.txt │ ├── relationfile_skinnytk1_6r_mg9_ms40.txt │ ├── relationfile_skinnytk1_7r_mg10_ms40.txt │ ├── relationfile_skinnytk1_8r_mg12_ms60.txt │ ├── relationfile_skinnytk1_9r_mg12_ms70.txt │ └── skinnytk1.py ├── SKINNY-TK2 │ ├── SKINNY-TK2-ZC │ │ ├── Shapes │ │ │ ├── skinny_tk2_zk.svg │ │ │ └── zc_skinny_tk2_20r.svg │ │ ├── output1_milp_19g_12s.txt │ │ ├── output2_sat_19g_12s.txt │ │ ├── output3_milp_19g_50s.txt │ │ ├── relationfile_skinnytk2zckb_20r_mg19_ms12.txt │ │ └── skinnytk2zc.py │ └── SKINNY-TK2 │ │ ├── relationfile_skinnytk2_10r_mg30_ms100.txt │ │ ├── relationfile_skinnytk2_11r_mg31_ms100.txt │ │ ├── relationfile_skinnytk2_1r_mg8_ms4.txt │ │ ├── relationfile_skinnytk2_2r_mg16_ms8.txt │ │ ├── relationfile_skinnytk2_3r_mg19_ms24.txt │ │ ├── relationfile_skinnytk2_4r_mg21_ms27.txt │ │ ├── relationfile_skinnytk2_5r_mg22_ms35.txt │ │ ├── relationfile_skinnytk2_6r_mg25_ms40.txt │ │ ├── relationfile_skinnytk2_7r_mg26_ms70.txt │ │ ├── relationfile_skinnytk2_8r_mg28_ms80.txt │ │ ├── relationfile_skinnytk2_9r_mg28_ms100.txt │ │ └── skinnytk2.py ├── SKINNY-TK3 │ ├── SKINNY-TK3-DSMITMKB │ │ ├── Shapes │ │ │ ├── dsmitm_skinny_tk3_22r.svg │ │ │ └── dsmitm_skinny_tk3_22r_gd_dg.svg │ │ ├── output1.txt │ │ ├── relationfile_skinnytk3kb_22r_mg45_ms12.txt │ │ └── skinnytk3dsmitmkb.py │ ├── SKINNY-TK3-ZC │ │ ├── Shapes │ │ │ ├── skinnytk3zckb_23r_mg25_ms12_z16_13.svg │ │ │ ├── skinnytk3zckb_23r_mg34_ms12_z16_5.svg │ │ │ ├── skinnytk3zckb_23r_mg36_ms12_total.svg │ │ │ └── zc_skinny_tk3_23r.svg │ │ ├── output1_total.txt │ │ ├── relationfile_skinnytk3zckb_23r_mg25_ms12_z16_13.txt │ │ ├── relationfile_skinnytk3zckb_23r_mg34_ms12_z16_5.txt │ │ ├── relationfile_skinnytk3zckb_23r_mg36_ms12_total.txt │ │ ├── skinnytk3zckb_total.py │ │ ├── skinnytk3zckb_z16_13.py │ │ └── skinnytk3zckb_z16_5.py │ └── SKINNY-TK3 │ │ ├── relationfile_skinnytk3_10r_mg46_ms110.txt │ │ ├── relationfile_skinnytk3_11r_mg47_ms120.txt │ │ ├── relationfile_skinnytk3_1r_mg16_ms4.txt │ │ ├── relationfile_skinnytk3_2r_mg32_ms8.txt │ │ ├── relationfile_skinnytk3_3r_mg35_ms25.txt │ │ ├── relationfile_skinnytk3_4r_mg37_ms30.txt │ │ ├── relationfile_skinnytk3_5r_mg38_ms50.txt │ │ ├── relationfile_skinnytk3_6r_mg41_ms50.txt │ │ ├── relationfile_skinnytk3_7r_mg42_ms60.txt │ │ ├── relationfile_skinnytk3_8r_mg44_ms70.txt │ │ ├── relationfile_skinnytk3_9r_mg44_ms90.txt │ │ └── skinnytk3.py ├── SNOW1 │ ├── Shapes │ │ ├── snow1.pdf │ │ ├── snow1.svg │ │ ├── snow1_9clks_9g_9s_gd_dg.pdf │ │ └── snow1_9clks_9g_9s_gd_dg.svg │ ├── relationfile_snow1_9clk_mg9_ms9.txt │ └── snow1.py ├── SNOW2 │ ├── Shapes │ │ ├── snow2.pdf │ │ ├── snow2.svg │ │ ├── snow2_9g_12s_gd_dg.pdf │ │ └── snow2_9g_12s_gd_dg.svg │ ├── relationfile_snow2_13clk_mg9_ms12.txt │ ├── snow2_v0.py │ └── snow2_v1.py ├── SNOW3 │ ├── Shapes │ │ ├── snow3.pdf │ │ ├── snow3.svg │ │ ├── snow3_10g_12s_gd_dg.pdf │ │ └── snow3_10g_12s_gd_dg.svg │ ├── relationfile_snow3_10clk_mg10_ms12.txt │ └── snow3.py ├── SNOWV │ ├── Shapes │ │ ├── SNOW-V.pdf │ │ └── SNOW-V.svg │ ├── relationfile_snowv_10clk_mg3_ms8.txt │ ├── relationfile_snowv_3clk_mg3_ms8.txt │ ├── relationfile_snowv_4clk_mg3_ms8.txt │ ├── relationfile_snowv_5clk_mg3_ms8.txt │ └── snowv.py ├── T-TWINE │ ├── References │ │ └── id_attack_tweakable_twin_2020-052.pdf │ ├── TWINE-128 │ │ ├── Shapes │ │ │ └── ttwine128_gd_dg.svg │ │ ├── relationfile_tktwine128_kb_27r_mg31_ms20.txt │ │ └── tktwine128kb.py │ └── TWINE-80 │ │ ├── Shapes │ │ └── ttwine80_25r_gd_dg.svg │ │ ├── output.txt │ │ ├── relationfile_tktwine80_kb_25r_mg18_ms2.txt │ │ └── tktwine80kb.py └── ZUC │ ├── Shapes │ ├── zuc.svg │ └── zuc_9clks_0g_35s_gd_dg.svg │ ├── references │ ├── 2012_Asiacrypt_ZUC.pdf │ ├── 2019-1352.pdf │ └── Guess and Determine Attack on SNOW3G and ZUC.pdf │ ├── relationfile_zuc_9clk_mg0_ms35.txt │ └── zuc.py ├── config.py ├── configfiles └── ortools.msc ├── core ├── gdcp.py ├── gdelim.py ├── gdgroebner.py ├── gdmark.py ├── gdmilp.py ├── gdsat.py ├── gdsmt.py ├── gdz3smt.py ├── graphdrawer.py ├── inputparser.py ├── macaulay.py ├── parsesolution.py └── search.py ├── docker ├── DockerfileArch ├── DockerfileDebian └── MiniZincIDE-2.8.5-bundle-linux-x86_64.tgz ├── installer.sh ├── installer_macos.sh ├── miscellaneous ├── license-MIT-green.svg ├── license-MIT-informational.svg ├── logo.svg ├── logo_old.svg └── programflow.svg └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/_config.yml -------------------------------------------------------------------------------- /autoguess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/autoguess.py -------------------------------------------------------------------------------- /ciphers/AES/References/2010-LDC-AES-633.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/References/2010-LDC-AES-633.pdf -------------------------------------------------------------------------------- /ciphers/AES/References/Bouillaguet2011_Chapter_AutomaticSearchOfAttacksOnRoun.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/References/Bouillaguet2011_Chapter_AutomaticSearchOfAttacksOnRoun.pdf -------------------------------------------------------------------------------- /ciphers/AES/ResultsFromGroebner/Blockwise-CNF-to-ANF/output_groebner_aes_1r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/ResultsFromGroebner/Blockwise-CNF-to-ANF/output_groebner_aes_1r.txt -------------------------------------------------------------------------------- /ciphers/AES/ResultsFromGroebner/Blockwise-CNF-to-ANF/output_groebner_aes_1r.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/ResultsFromGroebner/Blockwise-CNF-to-ANF/output_groebner_aes_1r.txt.txt -------------------------------------------------------------------------------- /ciphers/AES/ResultsFromGroebner/Simple-CNF-to-ANF/output_groebner_aes_1r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/ResultsFromGroebner/Simple-CNF-to-ANF/output_groebner_aes_1r -------------------------------------------------------------------------------- /ciphers/AES/ResultsFromGroebner/Simple-CNF-to-ANF/output_groebner_aes_2r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/ResultsFromGroebner/Simple-CNF-to-ANF/output_groebner_aes_2r -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-1Round/aes_1_round_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-1Round/aes_1_round_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-1Round/aes_1_round_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-1Round/aes_1_round_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-2Rounds-10G/aes_2_rounds_10g_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-2Rounds-10G/aes_2_rounds_10g_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-2Rounds-10G/aes_2_rounds_10g_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-2Rounds-10G/aes_2_rounds_10g_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-2Rounds-11G/aes_2_rounds_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-2Rounds-11G/aes_2_rounds_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-3Rounds-15G/aes_3_rounds_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-3Rounds-15G/aes_3_rounds_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/AES/Shapes/GD-3Rounds-15G/aes_3_rounds_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/GD-3Rounds-15G/aes_3_rounds_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/AES/Shapes/aes_round_function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/aes_round_function.pdf -------------------------------------------------------------------------------- /ciphers/AES/Shapes/aes_round_function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/Shapes/aes_round_function.svg -------------------------------------------------------------------------------- /ciphers/AES/aes1kp-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/aes1kp-v0.py -------------------------------------------------------------------------------- /ciphers/AES/aes1kp-v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/aes1kp-v1.py -------------------------------------------------------------------------------- /ciphers/AES/aes1kp-v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/aes1kp-v2.py -------------------------------------------------------------------------------- /ciphers/AES/output1r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/output1r.txt -------------------------------------------------------------------------------- /ciphers/AES/output2r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/output2r.txt -------------------------------------------------------------------------------- /ciphers/AES/output3r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/output3r.txt -------------------------------------------------------------------------------- /ciphers/AES/relationfile_aes1kp_1r_mg6_ms14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/relationfile_aes1kp_1r_mg6_ms14.txt -------------------------------------------------------------------------------- /ciphers/AES/relationfile_aes1kp_2r_mg10_ms20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/relationfile_aes1kp_2r_mg10_ms20.txt -------------------------------------------------------------------------------- /ciphers/AES/relationfile_aes1kp_3r_mg15_ms22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/AES/relationfile_aes1kp_3r_mg15_ms22.txt -------------------------------------------------------------------------------- /ciphers/BelT/References/BelT-FaultAttack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/References/BelT-FaultAttack.pdf -------------------------------------------------------------------------------- /ciphers/BelT/References/belt-spec27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/References/belt-spec27.pdf -------------------------------------------------------------------------------- /ciphers/BelT/References/exponential.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/References/exponential.pdf -------------------------------------------------------------------------------- /ciphers/BelT/belt-128.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/belt-128.py -------------------------------------------------------------------------------- /ciphers/BelT/belt-192.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/belt-192.py -------------------------------------------------------------------------------- /ciphers/BelT/belt-256.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/belt-256.py -------------------------------------------------------------------------------- /ciphers/BelT/relationfile_belt-256_3r_mg10_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/relationfile_belt-256_3r_mg10_ms10.txt -------------------------------------------------------------------------------- /ciphers/BelT/relationfile_belt-256_4r_mg10_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/relationfile_belt-256_4r_mg10_ms10.txt -------------------------------------------------------------------------------- /ciphers/BelT/relationfile_belt-256_5r_mg10_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/BelT/relationfile_belt-256_5r_mg10_ms10.txt -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumA/BiviumA_177clks_maxguess24_maxsteps85_sat_without_preprocessing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumA/BiviumA_177clks_maxguess24_maxsteps85_sat_without_preprocessing.txt -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumA/Shapes/biviuma_24g_85s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumA/Shapes/biviuma_24g_85s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumA/biviuma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumA/biviuma.py -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumA/relationfile_biviuma_177clk_mg24_ms85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumA/relationfile_biviuma_177clk_mg24_ms85.txt -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumA/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumA/test.txt -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumB/biviumb-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumB/biviumb-v0.py -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumB/biviumb-v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumB/biviumb-v1.py -------------------------------------------------------------------------------- /ciphers/Bivium/BiviumB/relationfile_biviumb_177clk_mg32_ms65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/BiviumB/relationfile_biviumb_177clk_mg32_ms65.txt -------------------------------------------------------------------------------- /ciphers/Bivium/References/040.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/References/040.pdf -------------------------------------------------------------------------------- /ciphers/Bivium/References/Two_Trivial_Attacks_on_Trivium.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Bivium/References/Two_Trivial_Attacks_on_Trivium.pdf -------------------------------------------------------------------------------- /ciphers/CRAFT/Shapes/craft_round_function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/Shapes/craft_round_function.svg -------------------------------------------------------------------------------- /ciphers/CRAFT/craft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/craft.py -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_10r_mg28_ms50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_10r_mg28_ms50.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_11r_mg28_ms52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_11r_mg28_ms52.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_12r_mg29_ms55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_12r_mg29_ms55.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_13r_mg30_ms60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_13r_mg30_ms60.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_14r_mg32_ms70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_14r_mg32_ms70.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_1r_mg0_ms3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_1r_mg0_ms3.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_2r_mg16_ms4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_2r_mg16_ms4.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_3r_mg16_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_3r_mg16_ms10.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_4r_mg20_ms16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_4r_mg20_ms16.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_5r_mg20_ms16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_5r_mg20_ms16.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_6r_mg23_ms35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_6r_mg23_ms35.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_7r_mg23_ms35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_7r_mg23_ms35.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_8r_mg26_ms40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_8r_mg26_ms40.txt -------------------------------------------------------------------------------- /ciphers/CRAFT/relationfile_craft_9r_mg26_ms50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/CRAFT/relationfile_craft_9r_mg26_ms50.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/References/ChaCha-Spec-574-Article Text-1961-2-10-20200323.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/References/ChaCha-Spec-574-Article Text-1961-2-10-20200323.pdf -------------------------------------------------------------------------------- /ciphers/ChaCha/Shapes/chacha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/Shapes/chacha.svg -------------------------------------------------------------------------------- /ciphers/ChaCha/chacha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/chacha.py -------------------------------------------------------------------------------- /ciphers/ChaCha/chacha5R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/chacha5R.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/chacha6R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/chacha6R.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/relationfile_chacha_2clk_mg4_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/relationfile_chacha_2clk_mg4_ms10.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/relationfile_chacha_3clk_mg8_ms15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/relationfile_chacha_3clk_mg8_ms15.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/relationfile_chacha_4clk_mg6_ms25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/relationfile_chacha_4clk_mg6_ms25.txt -------------------------------------------------------------------------------- /ciphers/ChaCha/relationfile_chacha_5clk_mg8_ms25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ChaCha/relationfile_chacha_5clk_mg8_ms25.txt -------------------------------------------------------------------------------- /ciphers/Enocoro128v2/Shapes/alternative_repre_enocoro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Enocoro128v2/Shapes/alternative_repre_enocoro.png -------------------------------------------------------------------------------- /ciphers/Enocoro128v2/Shapes/enocoro128_v2_16clks_18g_18s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Enocoro128v2/Shapes/enocoro128_v2_16clks_18g_18s.svg -------------------------------------------------------------------------------- /ciphers/Enocoro128v2/enocoro-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Enocoro128v2/enocoro-v0.py -------------------------------------------------------------------------------- /ciphers/Enocoro128v2/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Enocoro128v2/output.txt -------------------------------------------------------------------------------- /ciphers/Enocoro128v2/relationfile_enocoro_16clk_mg18_ms22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Enocoro128v2/relationfile_enocoro_16clk_mg18_ms22.txt -------------------------------------------------------------------------------- /ciphers/Example0/example1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example0/example1.py -------------------------------------------------------------------------------- /ciphers/Example0/relationfile_example1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example0/relationfile_example1.txt -------------------------------------------------------------------------------- /ciphers/Example1/Shapes/example1_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example1/Shapes/example1_dg.svg -------------------------------------------------------------------------------- /ciphers/Example1/relationfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example1/relationfile.txt -------------------------------------------------------------------------------- /ciphers/Example2/Shapes/example2_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example2/Shapes/example2_dg.svg -------------------------------------------------------------------------------- /ciphers/Example2/example2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example2/example2.txt -------------------------------------------------------------------------------- /ciphers/Example3/Shapes/example3_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example3/Shapes/example3_dg.svg -------------------------------------------------------------------------------- /ciphers/Example3/Shapes/example3_output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example3/Shapes/example3_output -------------------------------------------------------------------------------- /ciphers/Example3/Shapes/toy_example_early_abortion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example3/Shapes/toy_example_early_abortion.pdf -------------------------------------------------------------------------------- /ciphers/Example3/relationfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example3/relationfile.txt -------------------------------------------------------------------------------- /ciphers/Example4/Shapes/algebraic_relations_determination_flow_f0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example4/Shapes/algebraic_relations_determination_flow_f0.pdf -------------------------------------------------------------------------------- /ciphers/Example4/Shapes/example4_dg_D2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example4/Shapes/example4_dg_D2.svg -------------------------------------------------------------------------------- /ciphers/Example4/Shapes/example4_dg_D3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example4/Shapes/example4_dg_D3.svg -------------------------------------------------------------------------------- /ciphers/Example4/algebraic_relations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example4/algebraic_relations.txt -------------------------------------------------------------------------------- /ciphers/Example5/Shapes/example5_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example5/Shapes/example5_dg.svg -------------------------------------------------------------------------------- /ciphers/Example5/example5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example5/example5.txt -------------------------------------------------------------------------------- /ciphers/Example6/Shapes/rabbit_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example6/Shapes/rabbit_0.svg -------------------------------------------------------------------------------- /ciphers/Example6/Shapes/rabbit_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example6/Shapes/rabbit_1.svg -------------------------------------------------------------------------------- /ciphers/Example6/Shapes/rabbit_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example6/Shapes/rabbit_dg.svg -------------------------------------------------------------------------------- /ciphers/Example6/example2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example6/example2.py -------------------------------------------------------------------------------- /ciphers/Example6/relationfile_rabit_9clk_mg6_ms22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Example6/relationfile_rabit_9clk_mg6_ms22.txt -------------------------------------------------------------------------------- /ciphers/KCipher2/References/AttackOnSimplifiedK2Cipher.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/References/AttackOnSimplifiedK2Cipher.pdf -------------------------------------------------------------------------------- /ciphers/KCipher2/References/cryptrec-ex-2009-2010.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/References/cryptrec-ex-2009-2010.pdf -------------------------------------------------------------------------------- /ciphers/KCipher2/References/cryptrec-ex-2010-2010r1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/References/cryptrec-ex-2010-2010r1.pdf -------------------------------------------------------------------------------- /ciphers/KCipher2/References/specification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/References/specification.pdf -------------------------------------------------------------------------------- /ciphers/KCipher2/Shapes/kcipher2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/Shapes/kcipher2.svg -------------------------------------------------------------------------------- /ciphers/KCipher2/Shapes/kcipher2_8clks_10g_19s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/Shapes/kcipher2_8clks_10g_19s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/KCipher2/kcipher2-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/kcipher2-v0.py -------------------------------------------------------------------------------- /ciphers/KCipher2/kcipher2-v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/kcipher2-v1.py -------------------------------------------------------------------------------- /ciphers/KCipher2/kcipher2-v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/kcipher2-v3.py -------------------------------------------------------------------------------- /ciphers/KCipher2/relationfile_kcipher2_8clk_mg10_ms19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/KCipher2/relationfile_kcipher2_8clk_mg10_ms19.txt -------------------------------------------------------------------------------- /ciphers/Khudra/Shapes/khudra_14r_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/Shapes/khudra_14r_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/Khudra/Shapes/khudra_14r_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/Shapes/khudra_14r_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/Khudra/Shapes/khudra_alternative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/Shapes/khudra_alternative.pdf -------------------------------------------------------------------------------- /ciphers/Khudra/Shapes/khudra_alternative.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/Shapes/khudra_alternative.svg -------------------------------------------------------------------------------- /ciphers/Khudra/khudar-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/khudar-v0.py -------------------------------------------------------------------------------- /ciphers/Khudra/khudar-v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/khudar-v1.py -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_10r_mg4_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_10r_mg4_ms10.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_11r_mg4_ms11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_11r_mg4_ms11.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_12r_mg4_ms12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_12r_mg4_ms12.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_13r_mg4_ms15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_13r_mg4_ms15.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_14r_mg4_ms16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_14r_mg4_ms16.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_1r_mg0_ms5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_1r_mg0_ms5.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_2r_mg1_ms5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_2r_mg1_ms5.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_3r_mg1_ms6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_3r_mg1_ms6.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_4r_mg1_ms6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_4r_mg1_ms6.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_5r_mg2_ms6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_5r_mg2_ms6.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_6r_mg3_ms6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_6r_mg3_ms6.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_7r_mg3_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_7r_mg3_ms8.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_8r_mg3_ms11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_8r_mg3_ms11.txt -------------------------------------------------------------------------------- /ciphers/Khudra/relationfile_khudra_alternative_9r_mg3_ms13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/Khudra/relationfile_khudra_alternative_9r_mg3_ms13.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/References/fse-2016-key-bridging_full_version.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/References/fse-2016-key-bridging_full_version.pdf -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/lblockkb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/lblockkb.py -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/output.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/relationfile_lblock_22r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/relationfile_lblock_22r.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/shapes/determination_flow_lblock_id_23r.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/shapes/determination_flow_lblock_id_23r.pdf -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/shapes/determination_flow_lblock_id_23r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/shapes/determination_flow_lblock_id_23r.svg -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-ID/shapes/output_graph_lblock_id_23r.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-ID/shapes/output_graph_lblock_id_23r.pdf -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/References/LBlock-iet-ifs.2019.0353.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/References/LBlock-iet-ifs.2019.0353.pdf -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/XL18_relationfile_lblock_kb_24r_mg47_ms3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/XL18_relationfile_lblock_kb_24r_mg47_ms3.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/XL18_relationfile_lblock_kb_24r_mg47_ms3_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/XL18_relationfile_lblock_kb_24r_mg47_ms3_paper.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/Z17_relationfile_lblock_kb_24r_mg55_ms3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/Z17_relationfile_lblock_kb_24r_mg55_ms3.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/Z17_relationfile_lblock_kb_24r_mg55_ms3_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/Z17_relationfile_lblock_kb_24r_mg55_ms3_paper.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/convert_the_output_to_latex_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/convert_the_output_to_latex_table.py -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/dtf_to_dg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/dtf_to_dg.py -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/lblockkb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/lblockkb.py -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/output_twosides.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/output_twosides.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/output_xl18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/output_xl18.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/output_z17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/output_z17.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/shapes/lblock_integral_xl18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/shapes/lblock_integral_xl18.svg -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/shapes/lblock_integral_z17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/shapes/lblock_integral_z17.svg -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/shapes/two_sides.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/shapes/two_sides.svg -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper.txt -------------------------------------------------------------------------------- /ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper_new_groebner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LBlock/LBlock-Integral/two_sides_relationfile_lblock_kb_24r_mg69_ms10_paper_new_groebner.txt -------------------------------------------------------------------------------- /ciphers/LEA-128/lea-hong2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/lea-hong2014.pdf -------------------------------------------------------------------------------- /ciphers/LEA-128/lea128.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/lea128.py -------------------------------------------------------------------------------- /ciphers/LEA-128/relationfile_LEA128_1r_mg1_ms1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/relationfile_LEA128_1r_mg1_ms1.txt -------------------------------------------------------------------------------- /ciphers/LEA-128/relationfile_LEA128_2r_mg1_ms6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/relationfile_LEA128_2r_mg1_ms6.txt -------------------------------------------------------------------------------- /ciphers/LEA-128/relationfile_LEA128_3r_mg2_ms5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/relationfile_LEA128_3r_mg2_ms5.txt -------------------------------------------------------------------------------- /ciphers/LEA-128/relationfile_LEA128_4r_mg3_ms4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/LEA-128/relationfile_LEA128_4r_mg3_ms4.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-128/groebner_basis_128bit_28r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-128/groebner_basis_128bit_28r.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-128/output_128bit_groebner_28r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-128/output_128bit_groebner_28r -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-128/present128kb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-128/present128kb.py -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-128/relationfile_present_kb_28r_mg115_ms30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-128/relationfile_present_kb_28r_mg115_ms30.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_26r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_26r -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_27r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_27r -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_28r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/ResultsFromGroebner/output_groebner_28r -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/convert_the_output_to_latex_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/convert_the_output_to_latex_table.py -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/output1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/output1.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/output2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/output2.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/present80kb-v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/present80kb-v0.py -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/relationfile_present_kb_26r_mg60_ms10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/relationfile_present_kb_26r_mg60_ms10.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/relationfile_present_kb_26r_mg60_ms25_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/relationfile_present_kb_26r_mg60_ms25_paper.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/relationfile_present_kb_27r_mg68_ms28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/relationfile_present_kb_27r_mg68_ms28.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/relationfile_present_kb_28r_mg73_ms30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/relationfile_present_kb_28r_mg73_ms30.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/relationfile_present_kb_28r_mg73_ms30_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/relationfile_present_kb_28r_mg73_ms30_paper.txt -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/shapes/present_26r_determinationflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/shapes/present_26r_determinationflow.pdf -------------------------------------------------------------------------------- /ciphers/PRESENT/PRESENT-80/shapes/present_26r_determinationflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/PRESENT-80/shapes/present_26r_determinationflow.svg -------------------------------------------------------------------------------- /ciphers/PRESENT/References/Present–EUROCRYPT2020-JournalVersion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/PRESENT/References/Present–EUROCRYPT2020-JournalVersion.pdf -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/Shapes/skinny_tk1_11_rounds_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/Shapes/skinny_tk1_11_rounds_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/Shapes/skinny_tk1_11_rounds_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/Shapes/skinny_tk1_11_rounds_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/Shapes/skinnytk1_gd_variables.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/Shapes/skinnytk1_gd_variables.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_10r_mg14_ms70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_10r_mg14_ms70.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_11r_mg15_ms75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_11r_mg15_ms75.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_1r_mg0_ms3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_1r_mg0_ms3.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_2r_mg0_ms7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_2r_mg0_ms7.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_3r_mg3_ms22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_3r_mg3_ms22.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_4r_mg5_ms22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_4r_mg5_ms22.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_5r_mg6_ms30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_5r_mg6_ms30.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_6r_mg9_ms40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_6r_mg9_ms40.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_7r_mg10_ms40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_7r_mg10_ms40.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_8r_mg12_ms60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_8r_mg12_ms60.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/relationfile_skinnytk1_9r_mg12_ms70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/relationfile_skinnytk1_9r_mg12_ms70.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK1/skinnytk1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK1/skinnytk1.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/Shapes/skinny_tk2_zk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/Shapes/skinny_tk2_zk.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/Shapes/zc_skinny_tk2_20r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/Shapes/zc_skinny_tk2_20r.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output1_milp_19g_12s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output1_milp_19g_12s.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output2_sat_19g_12s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output2_sat_19g_12s.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output3_milp_19g_50s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/output3_milp_19g_50s.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/relationfile_skinnytk2zckb_20r_mg19_ms12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/relationfile_skinnytk2zckb_20r_mg19_ms12.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2-ZC/skinnytk2zc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2-ZC/skinnytk2zc.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_10r_mg30_ms100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_10r_mg30_ms100.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_11r_mg31_ms100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_11r_mg31_ms100.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_1r_mg8_ms4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_1r_mg8_ms4.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_2r_mg16_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_2r_mg16_ms8.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_3r_mg19_ms24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_3r_mg19_ms24.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_4r_mg21_ms27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_4r_mg21_ms27.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_5r_mg22_ms35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_5r_mg22_ms35.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_6r_mg25_ms40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_6r_mg25_ms40.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_7r_mg26_ms70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_7r_mg26_ms70.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_8r_mg28_ms80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_8r_mg28_ms80.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_9r_mg28_ms100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/relationfile_skinnytk2_9r_mg28_ms100.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK2/SKINNY-TK2/skinnytk2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK2/SKINNY-TK2/skinnytk2.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/Shapes/dsmitm_skinny_tk3_22r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/Shapes/dsmitm_skinny_tk3_22r.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/Shapes/dsmitm_skinny_tk3_22r_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/Shapes/dsmitm_skinny_tk3_22r_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/output1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/output1.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/relationfile_skinnytk3kb_22r_mg45_ms12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/relationfile_skinnytk3kb_22r_mg45_ms12.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/skinnytk3dsmitmkb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-DSMITMKB/skinnytk3dsmitmkb.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg25_ms12_z16_13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg25_ms12_z16_13.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg34_ms12_z16_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg34_ms12_z16_5.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg36_ms12_total.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/skinnytk3zckb_23r_mg36_ms12_total.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/zc_skinny_tk3_23r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/Shapes/zc_skinny_tk3_23r.svg -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/output1_total.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/output1_total.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg25_ms12_z16_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg25_ms12_z16_13.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg34_ms12_z16_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg34_ms12_z16_5.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg36_ms12_total.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/relationfile_skinnytk3zckb_23r_mg36_ms12_total.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_total.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_total.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_z16_13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_z16_13.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_z16_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3-ZC/skinnytk3zckb_z16_5.py -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_10r_mg46_ms110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_10r_mg46_ms110.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_11r_mg47_ms120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_11r_mg47_ms120.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_1r_mg16_ms4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_1r_mg16_ms4.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_2r_mg32_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_2r_mg32_ms8.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_3r_mg35_ms25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_3r_mg35_ms25.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_4r_mg37_ms30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_4r_mg37_ms30.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_5r_mg38_ms50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_5r_mg38_ms50.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_6r_mg41_ms50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_6r_mg41_ms50.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_7r_mg42_ms60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_7r_mg42_ms60.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_8r_mg44_ms70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_8r_mg44_ms70.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_9r_mg44_ms90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/relationfile_skinnytk3_9r_mg44_ms90.txt -------------------------------------------------------------------------------- /ciphers/SKINNY-TK3/SKINNY-TK3/skinnytk3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SKINNY-TK3/SKINNY-TK3/skinnytk3.py -------------------------------------------------------------------------------- /ciphers/SNOW1/Shapes/snow1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/Shapes/snow1.pdf -------------------------------------------------------------------------------- /ciphers/SNOW1/Shapes/snow1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/Shapes/snow1.svg -------------------------------------------------------------------------------- /ciphers/SNOW1/Shapes/snow1_9clks_9g_9s_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/Shapes/snow1_9clks_9g_9s_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/SNOW1/Shapes/snow1_9clks_9g_9s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/Shapes/snow1_9clks_9g_9s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/SNOW1/relationfile_snow1_9clk_mg9_ms9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/relationfile_snow1_9clk_mg9_ms9.txt -------------------------------------------------------------------------------- /ciphers/SNOW1/snow1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW1/snow1.py -------------------------------------------------------------------------------- /ciphers/SNOW2/Shapes/snow2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/Shapes/snow2.pdf -------------------------------------------------------------------------------- /ciphers/SNOW2/Shapes/snow2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/Shapes/snow2.svg -------------------------------------------------------------------------------- /ciphers/SNOW2/Shapes/snow2_9g_12s_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/Shapes/snow2_9g_12s_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/SNOW2/Shapes/snow2_9g_12s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/Shapes/snow2_9g_12s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/SNOW2/relationfile_snow2_13clk_mg9_ms12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/relationfile_snow2_13clk_mg9_ms12.txt -------------------------------------------------------------------------------- /ciphers/SNOW2/snow2_v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/snow2_v0.py -------------------------------------------------------------------------------- /ciphers/SNOW2/snow2_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW2/snow2_v1.py -------------------------------------------------------------------------------- /ciphers/SNOW3/Shapes/snow3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/Shapes/snow3.pdf -------------------------------------------------------------------------------- /ciphers/SNOW3/Shapes/snow3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/Shapes/snow3.svg -------------------------------------------------------------------------------- /ciphers/SNOW3/Shapes/snow3_10g_12s_gd_dg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/Shapes/snow3_10g_12s_gd_dg.pdf -------------------------------------------------------------------------------- /ciphers/SNOW3/Shapes/snow3_10g_12s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/Shapes/snow3_10g_12s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/SNOW3/relationfile_snow3_10clk_mg10_ms12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/relationfile_snow3_10clk_mg10_ms12.txt -------------------------------------------------------------------------------- /ciphers/SNOW3/snow3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOW3/snow3.py -------------------------------------------------------------------------------- /ciphers/SNOWV/Shapes/SNOW-V.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/Shapes/SNOW-V.pdf -------------------------------------------------------------------------------- /ciphers/SNOWV/Shapes/SNOW-V.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/Shapes/SNOW-V.svg -------------------------------------------------------------------------------- /ciphers/SNOWV/relationfile_snowv_10clk_mg3_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/relationfile_snowv_10clk_mg3_ms8.txt -------------------------------------------------------------------------------- /ciphers/SNOWV/relationfile_snowv_3clk_mg3_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/relationfile_snowv_3clk_mg3_ms8.txt -------------------------------------------------------------------------------- /ciphers/SNOWV/relationfile_snowv_4clk_mg3_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/relationfile_snowv_4clk_mg3_ms8.txt -------------------------------------------------------------------------------- /ciphers/SNOWV/relationfile_snowv_5clk_mg3_ms8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/relationfile_snowv_5clk_mg3_ms8.txt -------------------------------------------------------------------------------- /ciphers/SNOWV/snowv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/SNOWV/snowv.py -------------------------------------------------------------------------------- /ciphers/T-TWINE/References/id_attack_tweakable_twin_2020-052.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/References/id_attack_tweakable_twin_2020-052.pdf -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-128/Shapes/ttwine128_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-128/Shapes/ttwine128_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-128/relationfile_tktwine128_kb_27r_mg31_ms20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-128/relationfile_tktwine128_kb_27r_mg31_ms20.txt -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-128/tktwine128kb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-128/tktwine128kb.py -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-80/Shapes/ttwine80_25r_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-80/Shapes/ttwine80_25r_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-80/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-80/output.txt -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-80/relationfile_tktwine80_kb_25r_mg18_ms2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-80/relationfile_tktwine80_kb_25r_mg18_ms2.txt -------------------------------------------------------------------------------- /ciphers/T-TWINE/TWINE-80/tktwine80kb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/T-TWINE/TWINE-80/tktwine80kb.py -------------------------------------------------------------------------------- /ciphers/ZUC/Shapes/zuc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/Shapes/zuc.svg -------------------------------------------------------------------------------- /ciphers/ZUC/Shapes/zuc_9clks_0g_35s_gd_dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/Shapes/zuc_9clks_0g_35s_gd_dg.svg -------------------------------------------------------------------------------- /ciphers/ZUC/references/2012_Asiacrypt_ZUC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/references/2012_Asiacrypt_ZUC.pdf -------------------------------------------------------------------------------- /ciphers/ZUC/references/2019-1352.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/references/2019-1352.pdf -------------------------------------------------------------------------------- /ciphers/ZUC/references/Guess and Determine Attack on SNOW3G and ZUC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/references/Guess and Determine Attack on SNOW3G and ZUC.pdf -------------------------------------------------------------------------------- /ciphers/ZUC/relationfile_zuc_9clk_mg0_ms35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/relationfile_zuc_9clk_mg0_ms35.txt -------------------------------------------------------------------------------- /ciphers/ZUC/zuc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/ciphers/ZUC/zuc.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/config.py -------------------------------------------------------------------------------- /configfiles/ortools.msc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/configfiles/ortools.msc -------------------------------------------------------------------------------- /core/gdcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdcp.py -------------------------------------------------------------------------------- /core/gdelim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdelim.py -------------------------------------------------------------------------------- /core/gdgroebner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdgroebner.py -------------------------------------------------------------------------------- /core/gdmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdmark.py -------------------------------------------------------------------------------- /core/gdmilp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdmilp.py -------------------------------------------------------------------------------- /core/gdsat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdsat.py -------------------------------------------------------------------------------- /core/gdsmt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdsmt.py -------------------------------------------------------------------------------- /core/gdz3smt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/gdz3smt.py -------------------------------------------------------------------------------- /core/graphdrawer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/graphdrawer.py -------------------------------------------------------------------------------- /core/inputparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/inputparser.py -------------------------------------------------------------------------------- /core/macaulay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/macaulay.py -------------------------------------------------------------------------------- /core/parsesolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/parsesolution.py -------------------------------------------------------------------------------- /core/search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/core/search.py -------------------------------------------------------------------------------- /docker/DockerfileArch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/docker/DockerfileArch -------------------------------------------------------------------------------- /docker/DockerfileDebian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/docker/DockerfileDebian -------------------------------------------------------------------------------- /docker/MiniZincIDE-2.8.5-bundle-linux-x86_64.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/docker/MiniZincIDE-2.8.5-bundle-linux-x86_64.tgz -------------------------------------------------------------------------------- /installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/installer.sh -------------------------------------------------------------------------------- /installer_macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/installer_macos.sh -------------------------------------------------------------------------------- /miscellaneous/license-MIT-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/miscellaneous/license-MIT-green.svg -------------------------------------------------------------------------------- /miscellaneous/license-MIT-informational.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/miscellaneous/license-MIT-informational.svg -------------------------------------------------------------------------------- /miscellaneous/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/miscellaneous/logo.svg -------------------------------------------------------------------------------- /miscellaneous/logo_old.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/miscellaneous/logo_old.svg -------------------------------------------------------------------------------- /miscellaneous/programflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/miscellaneous/programflow.svg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hadipourh/autoguess/HEAD/requirements.txt --------------------------------------------------------------------------------