Decoupage/Recollage

This commit is contained in:
Lucàs
2022-10-27 22:18:30 +02:00
parent 8b594bfe84
commit 51a98e486f
4 changed files with 127 additions and 62 deletions
+14
View File
@@ -0,0 +1,14 @@
package cryptography;
import org.junit.jupiter.api.Test;
class TripleDesTest {
@Test
void crypte() {
}
@Test
void decrypte() {
}
}