diff --git a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/decrypt.bat b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/decrypt.bat new file mode 100644 index 0000000..aa84ee5 --- /dev/null +++ b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/decrypt.bat @@ -0,0 +1 @@ +%~dp0\SW01-XTEA-Cipher.exe decrypt plaintext_ENCR %~dp0 .CIP \ No newline at end of file diff --git a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/encrypt.bat b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/encrypt.bat new file mode 100644 index 0000000..06b3eb0 --- /dev/null +++ b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/encrypt.bat @@ -0,0 +1 @@ +%~dp0\SW01-XTEA-Cipher.exe encrypt plaintext %~dp0 .TXT \ No newline at end of file diff --git a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/decrypt.bat b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/decrypt.bat deleted file mode 100644 index 9216a94..0000000 --- a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/decrypt.bat +++ /dev/null @@ -1 +0,0 @@ -%~dp0\SW01-XTEA-Cipher.exe decrypt test_ENCR %~dp0 .CIP \ No newline at end of file diff --git a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/encrypt.bat b/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/encrypt.bat deleted file mode 100644 index 39da490..0000000 --- a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/encrypt.bat +++ /dev/null @@ -1 +0,0 @@ -%~dp0\SW01-XTEA-Cipher.exe encrypt test %~dp0 .TXT \ No newline at end of file diff --git a/ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/test.txt b/ASYD_Cryptograhpy/test-files/plaintext.txt similarity index 100% rename from ASYD_Cryptograhpy/SW01-XTEA-Cipher/test-files/test.txt rename to ASYD_Cryptograhpy/test-files/plaintext.txt