Page 1 of 1

How to copy project file with new registration scheme

Posted: Thu Oct 16, 2008 11:01 am
by Enigma
Sometimes it is necessary to copy existing Enigma project file with all the settings (like dialogs, etc) but with new registration scheme. Here I will describe how to do it.

For example, you have original "project.enigma" Enigma project file. If you open this file in notepad you notice that project file is just xml file. Now,
  • 1. copy your original file with the name "copy.enigma",
    2. Open Enigma and create new project (Main menu - File - New Project),
    3. Save this project to "dummy.enigma", close Enigma,
    4. Open "dummy.enigma" in notepad and find a section of constants:

    Code: Select all

        <Constants>
          <E>364H5X2RE8RVNJMSRW4HGF9668RZPD66RDHE58QB9FQXPCX348K9QV7GEDXP3NRRJ47C5YFZ278J2Q2RXL6VES9YQ56YPTPVV9MAEF5</E>
          <E1>9RJXFC3PWCXKTYX4PZHWN32VQN3AVCETTNG8U4F43</E1>
          <D>3XMTSAV6VRTLPLWYZYH9PM8TWC5G5F7G2HV3QLDDDDCP3FW396PNQ8A3NVY324PUK3P3P6NAC7H6DD9V5UV926V3W3H74FLKCYXYMV</D>
          <D1>V4VAZ77KGPHH5SWT6DSFZ73QSTUKLEFYVZKMEXW7K</D1>
          <N>4DTPEH6W5CM3MLMTVQHH5N8LZF9Q836PRU36YC4DUKMKZE8JDRKJ8JUWNNMEEFVQ8BDQ5ETC26A6NYZV8F7HZ9AYLBETPDXJBAJSCV</N>
          <N1>3MDBLNHDQY3XA67PVRE6XL8FCCMCUTHRCSYDVM65CB</N1>
          <A>23DDB17CD0F673D641B6BB93A561ECFF</A>
          <B>0DBAECD9C3C8BEC16F73C76379E81B76</B>
          <C>3361D446EDA24FDA59AFBD48D8DDB709</C>
        </Constants>
    
    Copy this section into clipboard
    5. Open "copy.enigma" in notepad and replace section of constants from "dummy.enigma", save "copy.enigma".
Now, the file "copy.enigma" has the same settings as "project.enigma" but with new registration scheme.