figenc

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

commit 54cd1cb3d323d9f0469f8586f0f72d5227ec5d1e
parent fed05b9193cf639737b08c8a47771ae37676a648
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Tue, 30 Jul 2019 12:41:45 -0700

Modifying url to work with svn

Diffstat:
MTest/test.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Test/test.py b/Test/test.py @@ -8,7 +8,7 @@ def update_script(): [ "svn", "checkout", - "https://github.com/therealFIGBERT/figENC/trunk/Test/test.py" + "https://github.com/therealFIGBERT/figENC/trunk/Test" ], shell=False )