Compare commits

...
14 Commits
Author SHA1 Message Date
laantungir fd9d87c548 Version v0.2.49 - Added USB drive detection for pads with state conflict resolution 2025-08-13 15:12:16 -04:00
laantungir c1aa29cd73 Version v0.2.48 - fixed checksum display to show exactly 8 characters with proper prefix highlighting 2025-08-13 14:15:20 -04:00
laantungir 75e52d48dc Version v0.2.47 - implemented 8-character checksum display and USB-aware directory shortening with smart path compression 2025-08-13 14:14:27 -04:00
laantungir 28947a53a3 Version v0.2.46 - fixed printf formatting error in pad display function 2025-08-13 14:03:41 -04:00
laantungir 5a611a9dc0 Version v0.2.45 - implemented consolidated menu system with intelligent prefix-based pad selection 2025-08-13 14:03:13 -04:00
laantungir aff8bea0a2 Version v0.2.44 - cleaned up unused code - removed ensure_files_directory, xor_checksum_256, generate_pad, and get_user_choice functions and prototypes 2025-08-13 13:46:52 -04:00
laantungir 864c0356da Version v0.2.43 - restored smart decrypt functionality with enhanced interactive input and cleaned up old code 2025-08-13 13:43:27 -04:00
laantungir 35175790e2 Version v0.2.42 - fixed decrypt menu to use proper enhanced interactive input function 2025-08-13 12:06:08 -04:00
laantungir 04ea4fb848 Version v0.2.41 - More menu 2025-08-13 12:01:50 -04:00
laantungir 5c61ba7ea8 Version v0.2.40 - Clean up menu 2025-08-13 11:59:29 -04:00
laantungir a45b304d22 Version v0.2.39 - added proper spacing to all menu items for better visual appearance 2025-08-13 11:54:16 -04:00
laantungir 403d013224 Version v0.2.38 - updated command-line file encryption to use files directory by default 2025-08-13 11:47:52 -04:00
laantungir 82533d96e4 Version v0.2.37 - implemented files directory support with smart default paths for all file operations 2025-08-13 11:46:50 -04:00
laantungir 5b619384a1 Version v0.2.36 - fixed build warning and corrected encrypt menu output filename generation logic 2025-08-13 11:42:14 -04:00
16 changed files with 799 additions and 164 deletions
+1 -1
View File
@@ -1 +1 @@
Hello, this is a test file for encryption!
Test file content for decryption
View File
BIN
View File
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
Hello, this is a test file for encryption!
Binary file not shown.
View File
View File
+795 -163
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -0,0 +1 @@
Testing updated files directory functionality
+1
View File
@@ -0,0 +1 @@
Testing files directory functionality
BIN
View File
Binary file not shown.