figenc

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

commit 5aeca350228b129c28c41482681a191fa26c898b
parent 507e5496b07f55469dbc895450b1255d5ace8988
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Thu,  5 Sep 2019 10:39:12 -0700

2.3.4

Diffstat:
MExecutables/figENC.dmg | 0
MExecutables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip | 0
MExecutables/figENC_MacOS/figENC.app/Contents/MacOS/figENC | 0
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/tcl/init.tcl | 2+-
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/version.txt | 4++--
5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Executables/figENC.dmg b/Executables/figENC.dmg Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/base_library.zip Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/MacOS/figENC b/Executables/figENC_MacOS/figENC.app/Contents/MacOS/figENC Binary files differ. diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/tcl/init.tcl b/Executables/figENC_MacOS/figENC.app/Contents/Resources/tcl/init.tcl @@ -16,7 +16,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.6.8 +package require -exact Tcl 8.5.9 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt b/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt @@ -1 +1 @@ -2.3.3 -\ No newline at end of file +2.3.4 +\ No newline at end of file