figenc

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

DateCommit messageAuthorFiles+-
2019-12-07 07:44Update README.mdtherealFIGBERT1+12-2
2019-12-07 07:35Update README.mdtherealFIGBERT1+1-1
2019-12-07 07:34Create README.mdtherealFIGBERT1+4-0
2019-12-07 07:29Add icon to Windows executabletherealFIGBERT4+1-2
2019-12-07 00:28Update MacOS executables to reflect icon changetherealFIGBERT5+1-1
2019-12-06 19:07Change black icon colors to white, add svg and ico versionstherealFIGBERT5+31-2
2019-12-06 07:20Add icon to MacOS executable (2.5.0)therealFIGBERT12+3-33
2019-10-14 21:462.3.6therealFIGBERT13+99-70
2019-10-09 19:55Updating Windows executables to v2.3.5therealFIGBERT4+2-2
2019-10-08 05:22Updating MacOS executables for MacOS CatalinatherealFIGBERT5+0-0
2019-09-30 07:132.3.5therealFIGBERT10+12-17
2019-09-05 17:392.3.4therealFIGBERT5+3-3
2019-08-29 06:102.3.4 - adding more error handlingtherealFIGBERT3+27-3
2019-08-22 23:052.3.3therealFIGBERT10+38-6
2019-08-13 19:202.3.1therealFIGBERT8+10-10
2019-08-13 00:162.3.0 - executable file reference patchtherealFIGBERT3+0-0
2019-08-13 00:112.3.0therealFIGBERT8+140-81
2019-08-11 21:182.2.5therealFIGBERT1+0-0
2019-08-11 21:162.2.5therealFIGBERT952+116106-0
2019-08-11 21:072.2.5therealFIGBERT4+2-2
2019-08-11 21:002.2.5therealFIGBERT2+87-82
2019-08-11 19:202.2.4therealFIGBERT4+2-2
2019-08-11 19:072.2.4therealFIGBERT2+6-5
2019-08-11 00:022.2.2therealFIGBERT6+4-4
2019-08-10 23:012.2.2therealFIGBERT1+0-0
2019-08-10 22:552.2.2therealFIGBERT2+14-14
2019-08-10 22:302.2.1therealFIGBERT2+7-14
2019-08-10 22:042.2.0therealFIGBERT2+8-5
2019-08-09 21:492.1.9therealFIGBERT6+35-21
2019-08-09 20:572.0.8therealFIGBERT3+52-9
2019-08-09 18:072.0.7therealFIGBERT2+6-2
2019-08-09 16:102.0.5therealFIGBERT8+178-14
2019-08-08 23:552.0.1therealFIGBERT2+31-31
2019-08-08 23:152.0.0therealFIGBERT13+699-864
2019-08-04 05:251.7.0therealFIGBERT13+39-143
2019-08-01 06:04Removing directory generated by svn commandtherealFIGBERT388+0-68028
2019-08-01 05:56Updating scripts to version 1.6.8, adding .dmg file for MacOStherealFIGBERT788+63-21
2019-07-30 20:10Removing failed test filestherealFIGBERT6+0-53
2019-07-30 19:57Fixing import error in test filetherealFIGBERT1+1-0
2019-07-30 19:57Changing target filepath in test filetherealFIGBERT1+13-1
2019-07-30 19:54Fixing small glitch in test filetherealFIGBERT1+1-1
2019-07-30 19:52Changing download methodtherealFIGBERT6+5-9
2019-07-30 19:41Modifying url to work with svntherealFIGBERT1+1-1
2019-07-30 19:40Programming the test filetherealFIGBERT1+22-0
2019-07-30 19:30Beginning download testingtherealFIGBERT2+23-23
2019-07-28 23:08Updating scripts to version 1.5.3 (enhanced encryption protocol, mild visual changes)therealFIGBERT6+437-256
2019-07-25 04:03MacOS v1.0.3 - bug fixestherealFIGBERT7+6-6
2019-07-25 03:47Finalizing MacOS application v1therealFIGBERT64+4836-25
2019-07-24 22:12Fixing version_check.py bugstherealFIGBERT2+3-3
2019-07-24 22:04Updating version verification methodtherealFIGBERT4+38-3
2019-07-24 20:59Adding version filetherealFIGBERT1+3-0
2019-07-24 19:24Adding show/hide functionality to password fields on right clicktherealFIGBERT2+17-3
2019-07-24 16:21Finalizing program restructuring processtherealFIGBERT2+219-189
2019-07-24 00:20Merging all of the window classes into one class in figENC.pyFIGBERT1+219-229
2019-07-23 22:21Merging settings.py and app_launcher.py into figENC.pyFIGBERT0+0-0
2019-07-23 21:57Adding functionality to settings.py with menubuttonsFIGBERT3+221-242
2019-07-23 21:57Adding functionality to with menubuttonsFIGBERT1+33-45
2019-07-23 18:45I changed my mindFIGBERT1+2-3
2019-07-23 18:43Adding settings.json to .gitignore so that local customization is possibleFIGBERT1+3-2
2019-07-23 18:41Adding a basic settings page, changing settings.json to the default settings, adding tips, and moreFIGBERT5+166-26
2019-07-23 02:13Adding launch buttons to the app launchertherealFIGBERT1+47-11
2019-07-23 01:48Adding inital launcher code, enabling image encryption, etc.FIGBERT5+570-459
2019-07-21 18:55Preparing to switch from tkinter to PyQtFIGBERT1+0-535
2019-07-20 04:16Running additional scrollbar testsFIGBERT2+3-5
2019-07-20 01:30Fixing placement of create_window() command in the scrollbar test fileFIGBERT1+1-2
2019-07-19 18:36Uploading scrollbar test fileFIGBERT2+538-3
2019-07-17 21:34Updating Windows executabletherealFIGBERT1+0-0
2019-07-17 21:29Fixing quick_check() error which would prevent encrypting or decrypting multiple files at onceFIGBERT2+133-131
2019-07-17 20:09Making the primary canvas expandableFIGBERT1+1-1
2019-07-17 20:05Adding password confirmation and continuing scrollbar testingFIGBERT4+409-347
2019-07-17 00:21Fixing file overwrite system bug in the scripts and .app bundleFIGBERT3+6-0
2019-07-16 19:23Updating Windows executabletherealFIGBERT1+0-0
2019-07-16 19:12Updating the MacOS .app bundleFIGBERT2+0-0
2019-07-16 04:49Adding overwrite protection to generated keys and shifting functions from figENC.py to file_check.pyFIGBERT2+229-178
2019-07-15 22:51Simplifying repetitive codeFIGBERT1+26-112
2019-07-15 22:45Adding file/directory checking capabilityFIGBERT2+205-29
2019-07-15 01:42Adding filepath checker to Scripts/FIGBERT1+107-0
2019-07-14 20:20Fixing encrypt.py errorFIGBERT1+3-3
2019-07-14 20:13Adding testing files to .gitignoreFIGBERT1+6-3
2019-07-14 18:52Adding a .gitignore file and editing the color scheme slightlyFIGBERT2+14-8
2019-07-14 07:28Centering the text in action_list and increasing the default window and font sizeFIGBERT1+189-184
2019-07-13 21:21Fixing bug in decrypt.py caused by formatting changesFIGBERT1+5-4
2019-07-13 08:05Updating the MacOS .app bundletherealFIGBERT4+4-4
2019-07-13 07:53Updating Windows executabletherealFIGBERT1+0-0
2019-07-13 05:08Major update: Merging Windows and MacOS branches into one, changing file organization, simplyfying code, formatting code, and moretherealFIGBERT393+691-1148
2019-07-12 20:36Additional PEP8 formatting changes, simplifying the key creation algorithmtherealFIGBERT2+91-72
2019-07-12 08:20Updating figENC_MacOS.py formatting to fit PEP8 guidelines (PEM8 Rollout phase 1)therealFIGBERT1+266-98
2019-07-09 07:48Updating Windows executabletherealFIGBERT2+4-4
2019-07-09 04:23Fixed MacOS .app bundle crashing issue, brought bundle up to date with scriptstherealFIGBERT478+847-19867
2019-07-09 02:37Updating MacOS application to exec file (temporary fix)therealFIGBERT473+2-4
2019-07-08 07:42Adding three additional cross-platform encryption/decryption options, updating the buttons and color theme of the MacOS script, syncronizing the graphic loading system across platforms, and other miscellanious changestherealFIGBERT6+421-43
2019-07-05 00:26Removing unused Python scriptstherealFIGBERT2+0-24
2019-07-04 06:20Hiding typed password in Windows applicationtherealFIGBERT2+1-1
2019-07-04 06:04Adding MacOS .app filetherealFIGBERT470+83790-0
2019-07-04 02:14Totally redoing the Windows application GUItherealFIGBERT2+84-34
2019-07-03 21:05Ensuring platform continuitytherealFIGBERT1+2-1
2019-07-03 20:55Adding Windows executabletherealFIGBERT1+0-0
2019-07-03 20:42Adding Windows filestherealFIGBERT5+275-0
2019-06-30 23:37Removing pycachetherealFIGBERT3+0-0
2019-06-30 23:35Removing faulty applicationtherealFIGBERT182+0-18750
2019-06-30 22:24Organizing filestherealFIGBERT184+0-0
2019-06-30 05:40Adding compiled MacOS app (compiled with Platypus)therealFIGBERT179+18750-0
2019-06-30 05:01Adding additional graphical changestherealFIGBERT1+5-5
2019-06-29 07:00Massively upgrading the MacOS GUI and adding encryption functionalitytherealFIGBERT4+188-89
2019-06-28 23:25Finalizing MacOS UItherealFIGBERT2+48-27
2019-06-28 22:40Adding inital MacOS UItherealFIGBERT1+23-11
2019-06-28 04:03Removing weak encryption option and creating control filetherealFIGBERT4+12-35
2019-06-28 03:47Configuring decrypt.py for use in applicationtherealFIGBERT2+47-35
2019-06-28 03:19Configuring encrypt.py for use in applicationtherealFIGBERT3+50-34
2019-06-28 02:56Adding comments to initiate_key.py for improved readabilitytherealFIGBERT1+11-1
2019-06-28 02:47Configuring initiate_key.py for use in applicationtherealFIGBERT2+32-24
2019-06-28 02:22First committherealFIGBERT4+122-0