figenc

[RADIOACTIVE] rsa and symmetric key encryption scripts and executables
git clone git://git.figbert.com/figenc.git
Log | Files | Refs | README

commit 16d8a784a15ec5ac74ed1fe3fb44803879fb1dbf
parent 0d8a0c996c1c781df27e4e94504f3ee1327fcec9
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Fri,  9 Aug 2019 11:07:19 -0700

2.0.7

Diffstat:
MScripts/figENC.py | 4++++
MScripts/version.txt | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Scripts/figENC.py b/Scripts/figENC.py @@ -884,6 +884,9 @@ class App(): tkinter filenames filedialog """ self.crypto_filepaths = filedialog.askopenfilenames() + self.file_input.config( + text=self.crypto_filepaths[0] if len(self.crypto_filepaths) == 1 else self.crypto_filepaths[0] + "..." + ) def select_key_dir(self): """Set the key_paths variable to the string result of a tkinter @@ -894,6 +897,7 @@ class App(): self.key_paths = filedialog.askdirectory(initialdir="/Users/%s"%getpass.getuser()) else: self.key_paths = filedialog.askdirectory() + self.save_input.config(text=self.key_paths) if __name__ == "__main__": diff --git a/Scripts/version.txt b/Scripts/version.txt @@ -1 +1 @@ -2.0.5 -\ No newline at end of file +2.0.7 +\ No newline at end of file