WIP editor

Can only read the password no safe for edit
This commit is contained in:
Nikola Petrov
2024-07-22 11:52:52 +02:00
parent 5b0dcb23ea
commit ae7c8571b4
9 changed files with 1156 additions and 1 deletions

View File

@@ -141,6 +141,10 @@ int main(int argc, char **argv)
arg_size(encrypted_buffer);
break;
case Arg::Editor:
arg_editor(decrypted_buffer, encrypted_buffer, label, user_pass);
break;
case Arg::Error:
break;
}