From 0b3293adb29fe07719416d1768fd8540b61dd17a Mon Sep 17 00:00:00 2001
From: fuligni <fuligni@netlab.fauser.edu>
Date: Sun, 4 Feb 2024 13:00:52 +0100
Subject: [PATCH] Versione iniziale

---
 .idea/.gitignore                           |   8 ++
 .idea/misc.xml                             |   6 +
 .idea/modules.xml                          |  10 ++
 .idea/uiDesigner.xml                       | 124 +++++++++++++++++++++
 .idea/vcs.xml                              |   6 +
 DES.iml                                    |   8 ++
 DESFile/DESFile.iml                        |  11 ++
 DESFile/src/CifrarioFile.java              | 121 ++++++++++++++++++++
 DESFile/src/DESFile.java                   |  74 ++++++++++++
 DESFile/src/UtilityFile.java               |  49 ++++++++
 DESStringa/DESStringa.iml                  |  11 ++
 DESStringa/src/Cifrario.java               |  70 ++++++++++++
 DESStringa/src/DESStringa.java             |  78 +++++++++++++
 DESStringa/src/Utility.java                |  42 +++++++
 README.md                                  |  89 +--------------
 out/production/DESFile/CifrarioFile.class  | Bin 0 -> 4892 bytes
 out/production/DESFile/DESFile.class       | Bin 0 -> 2972 bytes
 out/production/DESFile/UtilityFile.class   | Bin 0 -> 2402 bytes
 out/production/DESStringa/Cifrario.class   | Bin 0 -> 2115 bytes
 out/production/DESStringa/DESStringa.class | Bin 0 -> 2749 bytes
 out/production/DESStringa/Utility.class    | Bin 0 -> 2234 bytes
 21 files changed, 619 insertions(+), 88 deletions(-)
 create mode 100644 .idea/.gitignore
 create mode 100644 .idea/misc.xml
 create mode 100644 .idea/modules.xml
 create mode 100644 .idea/uiDesigner.xml
 create mode 100644 .idea/vcs.xml
 create mode 100644 DES.iml
 create mode 100644 DESFile/DESFile.iml
 create mode 100644 DESFile/src/CifrarioFile.java
 create mode 100644 DESFile/src/DESFile.java
 create mode 100644 DESFile/src/UtilityFile.java
 create mode 100644 DESStringa/DESStringa.iml
 create mode 100644 DESStringa/src/Cifrario.java
 create mode 100644 DESStringa/src/DESStringa.java
 create mode 100644 DESStringa/src/Utility.java
 create mode 100644 out/production/DESFile/CifrarioFile.class
 create mode 100644 out/production/DESFile/DESFile.class
 create mode 100644 out/production/DESFile/UtilityFile.class
 create mode 100644 out/production/DESStringa/Cifrario.class
 create mode 100644 out/production/DESStringa/DESStringa.class
 create mode 100644 out/production/DESStringa/Utility.class

diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..639900d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectRootManager">
+    <output url="file://$PROJECT_DIR$/out" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..8488f6a
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/DES.iml" filepath="$PROJECT_DIR$/DES.iml" />
+      <module fileurl="file://$PROJECT_DIR$/DESFile/DESFile.iml" filepath="$PROJECT_DIR$/DESFile/DESFile.iml" />
+      <module fileurl="file://$PROJECT_DIR$/DESStringa/DESStringa.iml" filepath="$PROJECT_DIR$/DESStringa/DESStringa.iml" />
+    </modules>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
new file mode 100644
index 0000000..2b63946
--- /dev/null
+++ b/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Palette2">
+    <group name="Swing">
+      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
+      </item>
+      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
+      </item>
+      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.svg" removable="false" auto-create-binding="false" can-attach-label="true">
+        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
+        <initial-values>
+          <property name="text" value="Button" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="RadioButton" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="CheckBox" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
+        <initial-values>
+          <property name="text" value="Label" />
+        </initial-values>
+      </item>
+      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
+          <preferred-size width="150" height="-1" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
+          <preferred-size width="150" height="50" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+          <preferred-size width="200" height="200" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
+          <preferred-size width="200" height="200" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.svg" removable="false" auto-create-binding="true" can-attach-label="true">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
+      </item>
+      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
+      </item>
+      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
+      </item>
+      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
+          <preferred-size width="-1" height="20" />
+        </default-constraints>
+      </item>
+      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.svg" removable="false" auto-create-binding="false" can-attach-label="false">
+        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
+      </item>
+      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.svg" removable="false" auto-create-binding="true" can-attach-label="false">
+        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
+      </item>
+    </group>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/DES.iml b/DES.iml
new file mode 100644
index 0000000..9a5cfce
--- /dev/null
+++ b/DES.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="GENERAL_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/DESFile/DESFile.iml b/DESFile/DESFile.iml
new file mode 100644
index 0000000..e7b98ac
--- /dev/null
+++ b/DESFile/DESFile.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+    </content>
+    <orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/DESFile/src/CifrarioFile.java b/DESFile/src/CifrarioFile.java
new file mode 100644
index 0000000..dc02b6c
--- /dev/null
+++ b/DESFile/src/CifrarioFile.java
@@ -0,0 +1,121 @@
+/*
+ *            File: CifrarioFile.java
+ *          Autore: Roberto FULIGNI
+ * Ultima modifica: 03/02/2024
+ *
+ *     Descrizione: Metodi di base la codifica/decodifica di file
+ *                  mediante algoritmi crittografici e per la derivazione
+ *                  della chiave crittografica DES a partire da una password.
+ */
+
+import javax.crypto.*;
+import javax.crypto.spec.IvParameterSpec;
+import javax.crypto.spec.PBEKeySpec;
+import javax.crypto.spec.SecretKeySpec;
+import java.io.FileInputStream;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.security.InvalidAlgorithmParameterException;
+import java.security.InvalidKeyException;
+import java.security.NoSuchAlgorithmException;
+import java.security.spec.InvalidKeySpecException;
+import java.security.spec.KeySpec;
+import java.util.Arrays;
+
+public class CifrarioFile {
+    // Algoritmo usato per generare la chiave.
+    // Possibili valori: DES, DESede, AES
+    public final static String ALGORITMO_CHIAVE = "DES";
+
+    // Tipo di trasformazione dei dati: composto da Cifrario/Modalità/Padding
+    public final static String TRASFORMAZIONE = "DES/CBC/PKCS5Padding";
+
+    // Lunghezza in bit  della chiave crittografica (compresi i bit di parità).
+    final public static int LUNGHEZZA_CHIAVE = 56+8;
+
+    // Stringa esadecimale rappresentante il vettore di inizializzazione
+    // usato nelle modalità in cui è previsto (es. CBC).
+    // La lunghezza in byte del vettore deve coincidere con la dimensione
+    // del blocco del cifrario (es. DES -> 8 byte).
+    public final static String VETTORE_INIZIALIZZAZIONE = "A1B2C3D4E5F6A7B8";
+    // Deriva una chiave crittografica a partire da una password testuale e da un valore di salt
+    private static SecretKey derivaChiave(String password, byte[] salt) throws NoSuchAlgorithmException, InvalidKeySpecException {
+        // Algoritmo di derivazione della chiave: Password-Based Key Derivation Function 2 (PBKDF2)
+        SecretKeyFactory skf = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA256");
+
+        // Si genera una chiave binaria temporanea di lunghezza data con un algoritmo iterativo ripetuto 65536 volte
+        KeySpec pbeKeySpec = new PBEKeySpec(password.toCharArray(), salt, 65536, LUNGHEZZA_CHIAVE);
+        SecretKey tmp = skf.generateSecret(pbeKeySpec);
+
+        // La chiave temporanea è utilizzata per creare la chiave crittografica richiesta
+        SecretKey secretKey = new SecretKeySpec(tmp.getEncoded(), ALGORITMO_CHIAVE);
+        return secretKey;
+    }
+    public static void cifraFile(String sorgente, String destinazione, String password) {
+        try {
+            Cipher cipher = Cipher.getInstance(TRASFORMAZIONE);
+            var dimBlocco = cipher.getBlockSize();
+            var salt = new byte[dimBlocco];
+            Arrays.fill(salt, (byte) 0);    // In questo programma il salt è composto da una sequenza di zeri.
+
+            var keySpec = CifrarioFile.derivaChiave(password, salt);
+
+            var ivBytes = UtilityFile.fromHex(CifrarioFile.VETTORE_INIZIALIZZAZIONE);
+            var ivSpec = new IvParameterSpec(ivBytes);
+
+            cipher.init(Cipher.ENCRYPT_MODE, keySpec, ivSpec);
+
+            try (var fis = new FileInputStream(sorgente);
+                 var cos = new CipherOutputStream(new FileOutputStream(destinazione), cipher)) {
+
+                // Il contenuto del file sorgente (in chiaro) è letto, cifrato e memorizzato nel file di destinazione
+                // a "chunk" di 4096 byte.
+                var buffer = new byte[4096];
+                int byteLetti;
+                while ((byteLetti = fis.read(buffer)) != -1) {
+                    cos.write(buffer, 0, byteLetti);
+                }
+
+            } catch (IOException e) {
+                System.err.format("Errore durante l'elaborazione del file: %s%n", e.getMessage());
+            }
+
+        } catch (NoSuchAlgorithmException | NoSuchPaddingException | InvalidKeySpecException | InvalidKeyException |
+                 InvalidAlgorithmParameterException e) {
+            System.err.format("Errore durante la configurazione del cifrario: %s%n", e.getMessage());
+        }
+    }
+
+    public static void decifraFile(String sorgente, String destinazione, String password) {
+        try {
+            Cipher cipher = Cipher.getInstance(TRASFORMAZIONE);
+            var dimBlocco = cipher.getBlockSize();
+            var salt = new byte[dimBlocco];
+            Arrays.fill(salt, (byte) 0);   // Il salt deve coincidere con quello usato nella fase di cifratura.
+
+            var keySpec = CifrarioFile.derivaChiave(password, salt);
+
+            var ivBytes = UtilityFile.fromHex(CifrarioFile.VETTORE_INIZIALIZZAZIONE);
+            var ivSpec = new IvParameterSpec(ivBytes);
+
+            cipher.init(Cipher.DECRYPT_MODE, keySpec, ivSpec);
+
+            try (var cis = new CipherInputStream(new FileInputStream(sorgente), cipher);
+                 var fos = new FileOutputStream(destinazione)) {
+
+                var buffer = new byte[4096];
+                int byteLetti;
+                while ((byteLetti = cis.read(buffer)) != -1) {
+                    fos.write(buffer, 0, byteLetti);
+                }
+
+            } catch (IOException e) {
+                System.err.format("Errore durante l'elaborazione del file: %s%n", e.getMessage());
+            }
+
+        } catch (NoSuchAlgorithmException | NoSuchPaddingException | InvalidKeySpecException | InvalidKeyException |
+                 InvalidAlgorithmParameterException e) {
+            System.err.format("Errore durante la configurazione del cifrario: %s%n", e.getMessage());
+        }
+    }
+}
diff --git a/DESFile/src/DESFile.java b/DESFile/src/DESFile.java
new file mode 100644
index 0000000..6bdccba
--- /dev/null
+++ b/DESFile/src/DESFile.java
@@ -0,0 +1,74 @@
+/*
+ *            File: DESFile.java
+ *          Autore: Roberto FULIGNI
+ * Ultima modifica: 03/02/2024
+ *
+ *     Descrizione: Cifratura di file mediante algoritmo DES
+ */
+
+import java.util.Scanner;
+
+public class DESFile {
+
+    public static void main(String[] args) {
+        int comando = mostraMenu();
+        while (comando > 0) {
+            try {
+                switch (comando) {
+                    case 1:
+                        cifraFile();
+                        break;
+                    case 2:
+                        decifraFile();
+                        break;
+                    default:
+                        System.out.println("Comando non valido");
+                }
+            } catch (Exception e) {
+                System.err.println(e.getMessage());
+            }
+            comando = mostraMenu();
+        }
+    }
+
+    private static void decifraFile() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nInserire il nome e l'eventuale percorso del file da decifrare (estensione .enc): ");
+
+        String nomeFileCifrato = s.nextLine();
+        String ext = UtilityFile.estensione(nomeFileCifrato);
+        if (!ext.equals(".enc")) {
+            System.err.println("Formato del file cifrato non valido");
+            return;
+        }
+        String nomeFileChiaro = UtilityFile.nomeFileSenzaEstensione(nomeFileCifrato) + ".dec";
+
+        String password = UtilityFile.leggiPassword();
+        CifrarioFile.decifraFile(nomeFileCifrato, nomeFileChiaro, password);
+        System.out.format("Risultato memorizzato in %s%n", nomeFileChiaro);
+    }
+
+    private static void cifraFile() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nInserire il nome e l'eventuale percorso del file da cifrare: ");
+
+        String nomeFileChiaro = s.nextLine();
+        String nomeFileCifrato = nomeFileChiaro + ".enc";
+
+        String password = UtilityFile.leggiPassword();
+        CifrarioFile.cifraFile(nomeFileChiaro, nomeFileCifrato, password);
+        System.out.format("Risultato memorizzato in %s%n", nomeFileCifrato);
+   }
+
+    private static int mostraMenu() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nCifrario %s%n%n", CifrarioFile.TRASFORMAZIONE);
+        System.out.println("1) Cifra un file");
+        System.out.println("2) Decifra un file");
+        System.out.println("0) Uscita");
+        System.out.println();
+        System.out.print("Comando: ");
+        int comando = s.nextInt();
+        return comando;
+    }
+}
\ No newline at end of file
diff --git a/DESFile/src/UtilityFile.java b/DESFile/src/UtilityFile.java
new file mode 100644
index 0000000..2a2a31c
--- /dev/null
+++ b/DESFile/src/UtilityFile.java
@@ -0,0 +1,49 @@
+import java.io.Console;
+import java.util.Arrays;
+import java.util.Scanner;
+
+public class UtilityFile {
+    public static String estensione(String nomeCompleto) {
+        int idx = nomeCompleto.lastIndexOf('.');
+        if (idx < 0)
+            return "";
+        return nomeCompleto.substring(idx);
+    }
+
+    public static String nomeFileSenzaEstensione(String nomeCompleto) {
+        int idx = nomeCompleto.lastIndexOf('.');
+        if (idx < 0)
+            return nomeCompleto;
+        return nomeCompleto.substring(0, idx);
+    }
+
+    public static String leggiPassword() {
+        Console c = System.console();
+        String password;
+        if (c != null) {
+            char[] caratteri = c.readPassword("Password: ");
+            password = new String(caratteri);
+            Arrays.fill(caratteri, '\0'); // Elimina i caratteri della password dalla memoria
+        } else {
+            Scanner s = new Scanner(System.in);
+            System.out.print("Password: ");
+            password = s.nextLine();
+        }
+        return password;
+    }
+    public static byte[] fromHex(String hex) {
+        if (hex.length() % 2 != 0) {
+            hex = "0" + hex;
+        }
+        int lenBuffer = hex.length() / 2;
+        byte[] buffer = new byte[lenBuffer];
+        for(int i = 0; i < lenBuffer; i++) {
+            int j = 2*i;
+            String cifreHex = hex.substring(j, j + 2);
+            byte b = (byte) Integer.parseInt(cifreHex, 16);
+            buffer[i] = b;
+        }
+        return buffer;
+    }
+
+}
diff --git a/DESStringa/DESStringa.iml b/DESStringa/DESStringa.iml
new file mode 100644
index 0000000..e7b98ac
--- /dev/null
+++ b/DESStringa/DESStringa.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+    </content>
+    <orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/DESStringa/src/Cifrario.java b/DESStringa/src/Cifrario.java
new file mode 100644
index 0000000..8242066
--- /dev/null
+++ b/DESStringa/src/Cifrario.java
@@ -0,0 +1,70 @@
+/*
+ *            File: Cifrario.java
+ *          Autore: Roberto FULIGNI
+ * Ultima modifica: 03/02/2024
+ *
+ *     Descrizione: Metodi di base la codifica/decodifica di dati binari
+ *                  mediante algoritmi crittografici e per la generazione
+ *                  di chiavi crittografiche DES.
+ */
+
+import javax.crypto.Cipher;
+import javax.crypto.KeyGenerator;
+import javax.crypto.SecretKey;
+import javax.crypto.spec.IvParameterSpec;
+import javax.crypto.spec.SecretKeySpec;
+import java.security.NoSuchAlgorithmException;
+
+public class Cifrario {
+    // Algoritmo usato per generare la chiave.
+    // Possibili valori: DES, DESede, AES
+    public final static String ALGORITMO_CHIAVE = "DES";
+
+    // Tipo di trasformazione dei dati: composto da Cifrario/Modalità/Padding
+    public final static String TRASFORMAZIONE = "DES/CBC/PKCS5Padding";
+
+    // Stringa esadecimale rappresentante il vettore di inizializzazione
+    // usato nelle modalità in cui è previsto (es. CBC).
+    // La lunghezza in byte del vettore deve coincidere con la dimensione
+    // del blocco del cifrario (es. DES -> 8 byte).
+    public final static String VETTORE_INIZIALIZZAZIONE = "A1B2C3D4E5F6A7B8";
+
+    public static byte[] generaChiave() {
+        try {
+            KeyGenerator gen = KeyGenerator.getInstance(ALGORITMO_CHIAVE);
+            SecretKey k = gen.generateKey();
+            byte[] buffer = k.getEncoded();
+            return buffer;
+        } catch (NoSuchAlgorithmException e) {
+            throw new RuntimeException(e);
+        }
+    }
+
+    public static byte[] cifra(byte[] plainText, byte[] keyBytes, byte[] ivBytes) {
+        try {
+            var secKey = new SecretKeySpec(keyBytes, ALGORITMO_CHIAVE);
+            var iv = new IvParameterSpec(ivBytes);
+
+            Cipher cipher = Cipher.getInstance(TRASFORMAZIONE);
+            cipher.init(Cipher.ENCRYPT_MODE, secKey, iv);
+
+            byte[] cipherText = cipher.doFinal(plainText);
+            return cipherText;
+        } catch (Exception e) {
+            throw new RuntimeException(e);
+        }
+    }
+
+    public static byte[] decifra(byte[] cipherText, byte[] keyBytes, byte[] iv) {
+        try {
+            SecretKey secKey = new SecretKeySpec(keyBytes, ALGORITMO_CHIAVE);
+            Cipher cipher = Cipher.getInstance(TRASFORMAZIONE);
+            cipher.init(Cipher.DECRYPT_MODE, secKey, new IvParameterSpec(iv));
+
+            byte[] plainText = cipher.doFinal(cipherText);
+            return plainText;
+        } catch (Exception e) {
+            throw new RuntimeException(e);
+        }
+    }
+}
diff --git a/DESStringa/src/DESStringa.java b/DESStringa/src/DESStringa.java
new file mode 100644
index 0000000..8a4c9fb
--- /dev/null
+++ b/DESStringa/src/DESStringa.java
@@ -0,0 +1,78 @@
+/*
+ *            File: DESStringa.java
+ *          Autore: Roberto FULIGNI
+ * Ultima modifica: 03/02/2024
+ *
+ *     Descrizione: Cifratura di stringhe mediante algoritmo DES
+ */
+
+import java.util.Scanner;
+
+public class DESStringa {
+    static byte[] chiave;
+    static byte[] iv;
+    public static void main(String[] args) {
+        chiave = Cifrario.generaChiave();
+        iv = Utility.fromHex(Cifrario.VETTORE_INIZIALIZZAZIONE);
+        int comando = mostraMenu();
+        while (comando > 0) {
+            try {
+                switch (comando) {
+                    case 1:
+                        cifraStringa();
+                        break;
+                    case 2:
+                        decifraStringa();
+                        break;
+                    case 3:
+                        mostraChiave();
+                        break;
+                    default:
+                        System.out.println("Comando non valido");
+                }
+            } catch (Exception e) {
+                System.err.println(e.getMessage());
+            }
+            comando = mostraMenu();
+        }
+    }
+
+    private static void cifraStringa() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nInserire la stringa da cifrare: ");
+        String str = s.nextLine();
+        byte[] p = str.getBytes();
+        byte[] c = Cifrario.cifra(p, chiave, iv);
+        System.out.format("%nStringa cifrata (base64): %s%n", Utility.toBase64(c));
+    }
+    private static void decifraStringa() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nInserire i dati da decifrare (base64): ");
+        String c64 = s.nextLine().trim();
+        byte[] c = Utility.fromBase64(c64);
+        byte[] p = Cifrario.decifra(c, chiave, iv);
+        String str = new String(p);
+        System.out.format("%nStringa decifrata: %s%n", str);
+    }
+    private static void mostraChiave() {
+        System.out.format("%nChiave generata (hex): %s%n", Utility.toHex(chiave));
+        System.out.format("Vettore di inizializzazione (hex): %s%n", Utility.toHex(iv));
+    }
+
+
+    private static int mostraMenu() {
+        Scanner s = new Scanner(System.in);
+        System.out.format("%nCifrario %s%n%n", Cifrario.TRASFORMAZIONE);
+        System.out.println("1) Cifra una stringa");
+        System.out.println("2) Decifra una stringa");
+        System.out.println("3) Mostra la chiave");
+        System.out.println("0) Uscita");
+
+        System.out.println();
+        System.out.print("Comando: ");
+        int comando = s.nextInt();
+        return comando;
+
+
+    }
+}
\ No newline at end of file
diff --git a/DESStringa/src/Utility.java b/DESStringa/src/Utility.java
new file mode 100644
index 0000000..24fcf6f
--- /dev/null
+++ b/DESStringa/src/Utility.java
@@ -0,0 +1,42 @@
+/*
+ *            File: Utility.java
+ *          Autore: Roberto FULIGNI
+ * Ultima modifica: 03/02/2024
+ *
+ *     Descrizione: Metodi di conversione di dati in formato esadecimale e Base64.
+ */
+
+import java.util.Base64;
+
+public class Utility {
+    public static String toHex(byte[] array) {
+        StringBuilder result = new StringBuilder();
+        for (byte b : array) {
+            result.append(String.format("%02X", b));
+        }
+        return result.toString();
+    }
+
+    public static byte[] fromHex(String hex) {
+        if (hex.length() % 2 != 0) {
+            hex = "0" + hex;
+        }
+        int lenBuffer = hex.length() / 2;
+        byte[] buffer = new byte[lenBuffer];
+        for(int i = 0; i < lenBuffer; i++) {
+            int j = 2*i;
+            String cifreHex = hex.substring(j, j + 2);
+            byte b = (byte) Integer.parseInt(cifreHex, 16);
+            buffer[i] = b;
+        }
+        return buffer;
+    }
+
+    public static String toBase64(byte[] buffer) {
+        return Base64.getEncoder().encodeToString(buffer);
+    }
+
+    public static byte[] fromBase64(String strB64) {
+        return Base64.getDecoder().decode(strB64);
+    }
+}
diff --git a/README.md b/README.md
index 6e75672..026a631 100644
--- a/README.md
+++ b/README.md
@@ -2,91 +2,4 @@
 
 Cifratura di stringhe e file mediante algoritmo DES.
 
-## Getting started
-
-To make it easy for you to get started with GitLab, here's a list of recommended next steps.
-
-Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
-
-## Add your files
-
-- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
-- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
-
-```
-cd existing_repo
-git remote add origin https://git.netlab.fauser.edu/classi-quinte/sistemi-e-reti/des.git
-git branch -M main
-git push -uf origin main
-```
-
-## Integrate with your tools
-
-- [ ] [Set up project integrations](https://git.netlab.fauser.edu/classi-quinte/sistemi-e-reti/des/-/settings/integrations)
-
-## Collaborate with your team
-
-- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
-- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
-- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
-- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
-- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
-
-## Test and Deploy
-
-Use the built-in continuous integration in GitLab.
-
-- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
-- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
-- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
-- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
-- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
-
-***
-
-# Editing this README
-
-When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
-
-## Suggestions for a good README
-Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
-
-## Name
-Choose a self-explaining name for your project.
-
-## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
-
-## Badges
-On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
-
-## Visuals
-Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
-
-## Installation
-Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
-
-## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
-
-## Support
-Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
-
-## Roadmap
-If you have ideas for releases in the future, it is a good idea to list them in the README.
-
-## Contributing
-State if you are open to contributions and what your requirements are for accepting them.
-
-For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
-
-You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
-
-## Authors and acknowledgment
-Show your appreciation to those who have contributed to the project.
-
-## License
-For open source projects, say how it is licensed.
-
-## Project status
-If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
+&copy; 2024 - prof. Roberto Fuligni
diff --git a/out/production/DESFile/CifrarioFile.class b/out/production/DESFile/CifrarioFile.class
new file mode 100644
index 0000000000000000000000000000000000000000..09b4f4ad4646f466a53baddf9b1edf0aa1bdc098
GIT binary patch
literal 4892
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
VCMOuNGaxkJ&IybRMc{g<7yz~@&&B`%

literal 0
HcmV?d00001

diff --git a/out/production/DESFile/DESFile.class b/out/production/DESFile/DESFile.class
new file mode 100644
index 0000000000000000000000000000000000000000..468d1994fa29cdcf9856bb0b751adfa0ba740d9f
GIT binary patch
literal 2972
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

literal 0
HcmV?d00001

diff --git a/out/production/DESFile/UtilityFile.class b/out/production/DESFile/UtilityFile.class
new file mode 100644
index 0000000000000000000000000000000000000000..06fc818f6096ded87d45c6f8914c3976f5e6bbfa
GIT binary patch
literal 2402
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

literal 0
HcmV?d00001

diff --git a/out/production/DESStringa/Cifrario.class b/out/production/DESStringa/Cifrario.class
new file mode 100644
index 0000000000000000000000000000000000000000..05704afac42c31356bbdc0f3d6bd9c48512594b5
GIT binary patch
literal 2115
zcmX^0Z`VEs1_pD6WG)5~23vLpI}QeWE(Qk%M-bt}&EU-7!p`8z&fvzyz`@|o&fvkt
zz{TLn&fvwxz{B9p!QjKiAi&_u&fo{4{Xs+kJ3}BlLl7f_fTNGQe~@R0uYbI=ho@th
zD<gxDPgY`CqJB<dUb=p8Nl|8Ax-}yMuXBE0aY<rcNmyb|X(}TFUr3N+u$zC7uVa*_
zzn?23gG88XNQi%sYrLnQXOyR-k7raAM2dqUn2~|aCNnRy#Ey}HSwl07k%7fIKP8os
zf!`-HFV(L!Hz~C!Brz!`6=ZjQa$-(cVo@fD4;5r7$;d2bWZ?2~&P*#xEXvHcW@O+=
zPt8j$N_5W1Oe{-fWMI+IjCNvVU`|iXV`Pv9d!Rx;xu~+BBwyb<wbC7|xFo;GnvsDq
zn~^~RRYh=Wa#3oDcWR|IBLiDfX<Axp5hDW=$Uw$aMg|SAV*TRO<kF(dl1hEQ{NU2$
z49A@G{G!Z~j9k}><kW(a%=|o1C<T`!CTII57C>FjnhbI=BLkO4v=az|9m!Uln(Uog
z$;hAxHW=>C;)2v<eYjJC3sRG<85x)|%NQAyu_*K`3rH+V%uOvxErKd#OU^9F0J&Tg
zRk<@**qV`n3!)$-wW5TP0ip;J%gA2fEXYaB%!8=m$WE<vsw_z@W@KQ`EQ7I9QenOd
z&Mz%WPIb!!#T+jza`Zr{hlfF$L57im118AG!0h50%+3(P!w||4#={WK5W&t6$-@xE
zpv=gi2GT(|d>I*}zzV?$GpIDLBr`V^?sAZY(Toi8AQgB*6r?PMkwFnt8CrOP6vi?#
zh`6{0>pMF+>j!u{2b%^Yrle%%rGxws$H*XzVhALZc^Kju5_lLA8Iqv#XaUT~AOO+@
z5%o{XN=+^S<v~LyBWGh56IW9=Ge>hL3q}S>kSe%8kW(-t19y6Ai6=NSCZ{qo=tGky
zI8>n7RTDJ<AZxb<>j!0>l2mXal+r*`4NrmAj0|EZ&Vb7>GH|7*mbm66=clBmFfvFW
zJ0T>aD8C$(d96ViU0fsD3G5h%k74c$V`N~}h;{<0&_vb@lLu>odmj?C){G1+phAR^
z!AZjttN@W@Kv@?}2%MYXnG`jzfb3;Y$#=`lOUz+pU<0`%+KEAtfr&wcfq{XUL6Sj~
zL5zWsL7ahsfeFl)K;rW;NHRzw@ue787#Kn6oq>@-mVtpmpMjBqk%57MRcku~<3_L%
zatsU%Y+ykl26+Ys1|Be*l|g|)k%57MlR=3=8LGLDfti7sfq_9zh<OJCi?`M`238;K
zoeXS@48A%WymvEjL~3nk;M@<^FU%mqz|O$T05V;QfsKKIL5YElL79P@L4`qxL6t#-
zL5)F_K^<(P76S_d8v`GM3WF*G0|Pe$CxaS;Is+qv5Cao~27@L86N4xNCxaG)HUk5L
z4#c$~><sJ-oD8}QdQi9BVqjrlXJBBk+ReZfsV&63oq^kLHv><k&UOY~D;6QX9Sr<d
ztdguOx{@s07z8C*wYD(`S+Pm7ZSVuRTNmzbeFg&tVW_*67&sUh7<3u98T1%L84MU?
z7z`Oy8H^cp8B7=q7)%)q8O*@$4`Se8;AT)|0O@6B5M_{NFk~=dU}2D95MeN8FkxV2
z&}Cp|FlEqWU}G=@`@{?!j#doj44MoeV8vj;pa~8)D+WujkD>l7U}q3!;AF6Z`||_?
z8#px0ko*bp9g8Fjt1isTAV0Ez{m3fGita~k1|0^NALYQIX2ZbEV9OxHV8@`y;J~2C
z;K-oE;KZQI;0*Sk2Ln3;H-jRBK7%>~GlLL=6xdfR44MqgU>|_|2Z|qvugt(c1^LPh
V?kh6}Lu6m&fPBTsU=2=xHULv6*Tnz;

literal 0
HcmV?d00001

diff --git a/out/production/DESStringa/DESStringa.class b/out/production/DESStringa/DESStringa.class
new file mode 100644
index 0000000000000000000000000000000000000000..c8d1d9faa7aeb1e2b9bd2c46d38419896bd8426e
GIT binary patch
literal 2749
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

literal 0
HcmV?d00001

diff --git a/out/production/DESStringa/Utility.class b/out/production/DESStringa/Utility.class
new file mode 100644
index 0000000000000000000000000000000000000000..2256c0adacb1e92c2a823367d42f925fa09d86dc
GIT binary patch
literal 2234
zcmX^0Z`VEs1_pD6axMl|24i*x6D|fO24fBeQ+5V3E(UW33oZsr1}l)DHHfeQaczYd
z7#JKuEGI4oX9gE823H0*E(Ui74-m_fi@}S*o1MXjk%7%7GcU8mj*)>`Lo<w#fyFsL
zC6$qZ-zPIK)vq)+DYYmhF)1gNkwM5OKRGccEU_pP#D@y9lw@QUGcs`cgqCFHWR_G~
zGcvH2<a?x6Ffxc~L_2BvWF?j*>gOcprRxWm6lLb6TQf2+CNVNFIx#Y^CKeSXRx&a$
zMLRJvuoa~im*$i(GDu=*aVpKsNl7iTW@O+EE=f$z_Dw7R+s@7)&&a@@R+OI$wGTt5
zwI;}D#w<n#Mo&ftj^xa=qExV2Axx!=42+qK49poIr*r0{<~fz7rKJ`zGO#5<85||~
zPKm{-W+sdbTp&wf9Jb<;A}6qDaDHh~a;jS<D71K>0ip*A03HTm1`$REaS$6hFrYqT
zWMEM>Fp6Mg5I`vKPs&P7E@5Zz<zet+@MmWT;9&@42;yM~W(eV72xSQ4VF+gc>2S)=
zFDWi5N-XeAEy>7FDduNmh~!|1;$etph~Z&~Wr$;Ei05HQU`S+VNaA5gW=LaaNatb5
zV36iv$YjW7XUO4U$YoGvWMGH7myv-F;RvV7l2k?p_OisB(p3L6Mh0OGlo$m`Tcfxd
z632`TY-#yLxrrr=43-+0Asvk*1o5Ud)^x&_SWu9fm%_-Pi^UL39niqEW@O+f$%i>a
zL<3WyH6sICPHJ9yNd`F0dvY=4G2}BcFc~m1GKl9UW~Vym=OrhWglCpyIOpdTmn7zu
z6f-iY5#<PLMh4E}(xhT=S_kC;Pfx545JUvBXI@EaIw+-a6eJcEr+Vg<fb=1S5yUUn
zo|>Mpur4jh%+ZIXKd$uD64$)s{1lKG>~I#3XI@@vk#kOBadB!fBZCYqAdvK`Kowgv
zGDv{kgGG*!fiD$ocnCa9K^D5C!YqWdu-X8X#cBgoj*)>a1#B8SLjfq+7Be!afL#MF
zH8S(c^0QN+g$E>J+!B*Z@{20j8A=%$*nINyvr7vY8D=0y4^$H*OL!#arR1a*t3Xs*
zV+Jge2#Us#%7RoZ$_XT2s1eSIIXS_ZC8^fz3}uWAsu&)^<~BwKIsEDv6d8mVSQ$Wo
zm4Ojds4y@xh%zuR=rb@fFfuSOuxf2*VBE;Sz`(>H#=yY91{UOI5NBXu-~qE)86+4a
z85kHi8KfAbp_*4PuraVPFfiEeW?+ik&cN)W<*T#Lj@gVwltp$CgQ|`wi?JE2wh#-;
zUIx}kW>MB13~a$W7}&QlaD=z8FfRXpTYDP==LQA_24=9OVqh2YGH@{PF~~6RGZ-=O
zF<3ANf*qm2z|0`SAjTlWAPZJy%OJ-f&%nUI!C=auz@W&$$e_f)z#z`R^q)b1ft8&>
znVo@&ok5wAk%8d{gE|8zg9?Kx)YWeoSQywD7#O^?wlQ$A7R+Se(%Qwq&A{Ld=I7W*
z@8R%ewv&}!#GuJ4n_<SHCCVbo!kVy+fyatfl2t%p2Lta!Gd3MrQMQm4X2#|JZ|ESr
zpa(LDL6m`$L5x9wL4rY?L6Sk5L5e|%L7G9GL59JYL6!mJbSDNW1`h@Wu-7~o*csFr
zq#4v0)EQV9j2ZYDG#E4)SQ%^?Si#<9V~}OgX3%0#XJ7`onn9aE6YN!E1|0@<21W*H
z27Lxy26+Z1a1ih@Fbn)+;9&%L{uhH511EzXJid$=n80z#v4eq6Ya0VU$lb{Ctpaur
zB)&PoW`g2dA0Bc@`USMMF$kjT*Fe#40Cp!cgCRIo88M_XFfd3lFf+I_xH6<La58u?
dxH4oha55A!lrR)ANHW-gqmz-ro`I3U0RUbv0IvW5

literal 0
HcmV?d00001

-- 
GitLab