Version v0.2.42 - fixed decrypt menu to use proper enhanced interactive input function
This commit is contained in:
@@ -1 +1 @@
|
||||
Hello, this is a test file for encryption!
|
||||
Test file content for decryption
|
||||
|
||||
4
otp.c
4
otp.c
@@ -133,7 +133,7 @@ int interactive_mode(void) {
|
||||
handle_file_encrypt();
|
||||
break;
|
||||
case 'D':
|
||||
handle_smart_decrypt();
|
||||
handle_decrypt_menu();
|
||||
break;
|
||||
case 'G':
|
||||
handle_generate_menu();
|
||||
@@ -276,7 +276,7 @@ int command_line_mode(int argc, char* argv[]) {
|
||||
|
||||
void show_main_menu(void) {
|
||||
|
||||
printf("\n\n\n\n======================= Main Menu - OTP %s =======================\n\n", get_version() );
|
||||
printf("\n\n\n\n=========================== Main Menu - OTP %s ===========================\n\n", get_version() );
|
||||
|
||||
printf(" \033[4mT\033[0mext encrypt\n");
|
||||
printf(" \033[4mF\033[0mile encrypt\n");
|
||||
|
||||
Reference in New Issue
Block a user