diff --git a/.gitignore b/.gitignore index 7d82de2..987f8ea 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ encrypted.txt *.enc *.dec x86_64* -conda_meta +conda-meta compiler_compat include man @@ -19,4 +19,6 @@ share ssl cp.png *.part -large_file_encryptor.py \ No newline at end of file +large_file_encryptor.py +bin +lib \ No newline at end of file diff --git a/file_decryptor.py b/file_decryptor old mode 100644 new mode 100755 similarity index 100% rename from file_decryptor.py rename to file_decryptor diff --git a/file_encryptor.py b/file_encryptor old mode 100644 new mode 100755 similarity index 100% rename from file_encryptor.py rename to file_encryptor diff --git a/requirements.txt b/requirements.txt index d66dfa1..a2e4211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -pycrypto \ No newline at end of file +ByteSplitter +pycrypto diff --git a/string_decryptor.py b/string_decryptor old mode 100644 new mode 100755 similarity index 97% rename from string_decryptor.py rename to string_decryptor index ad6557b..b1f4913 --- a/string_decryptor.py +++ b/string_decryptor @@ -1,3 +1,5 @@ +#!/bin/python + import src.hmacrypt as hmacrypt import sys import os diff --git a/string_encryptor.py b/string_encryptor old mode 100644 new mode 100755 similarity index 96% rename from string_encryptor.py rename to string_encryptor index 347e9c1..7e2665a --- a/string_encryptor.py +++ b/string_encryptor @@ -1,3 +1,5 @@ +#!/bin/python + import src.hmacrypt as hmacrypt import sys