figenc

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

commit 816a9a24e96af498b3e5c2dc4ba2de17b2aad3dc
parent 8b29b769265441f14588b8624b979185b5fdf20a
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Sat, 10 Aug 2019 17:02:04 -0700

2.2.2

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/settings.json | 1-
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/tips.json | 3++-
MExecutables/figENC_MacOS/figENC.app/Contents/Resources/version.txt | 4++--
6 files changed, 4 insertions(+), 4 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/settings.json b/Executables/figENC_MacOS/figENC.app/Contents/Resources/settings.json @@ -1,5 +1,4 @@ { - "auto_update": false, "font_size": 16, "win_height": 700, "win_width": 700 diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/tips.json b/Executables/figENC_MacOS/figENC.app/Contents/Resources/tips.json @@ -5,8 +5,9 @@ "if you give someone access to your keys, they can decrypt your files.\nKeep your keys private!", "figENC supports image encryption as well as text file encryption.\nHide your private pics!", "password encryption on your keys enhances the encryption algorithm,\nfurther securing your files.", + "keys generated by figENC are PEM-compatible, and should\nwork with other encryption programs.", "figENC uses a unique encryption algorithm to provide\nRSA encryption to files of any size.", "figENC's RSA encryption is military grade, and has never been broken\nby hackers or governments.", - "fonts in figENC are relative – there's one font size in settings,\nand other sizes are determined based on that selection", + "fonts in figENC are relative. There's one font size in settings,\nand other sizes are determined based on that selection", "right click on the password entry fields to toggle text visibility. Peekaboo!" ] \ No newline at end of file diff --git a/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt b/Executables/figENC_MacOS/figENC.app/Contents/Resources/version.txt @@ -1 +1 @@ -1.7.0 -\ No newline at end of file +2.2.2 +\ No newline at end of file