Added Option<String> password to bookmarks

This commit is contained in:
ChristianVisintin
2020-12-16 16:00:43 +01:00
parent 443789698b
commit 10df5abae2
2 changed files with 10 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ pub struct Bookmark {
pub port: u16,
pub protocol: String,
pub username: String,
pub password: Option<String>, // Password is optional; base64, aes-128 encrypted password
}
// Errors