MCPcopy Create free account

hub / github.com/Kaiden42/PWDuck / functions

Functions645 in github.com/Kaiden42/PWDuck

Methodcontains_unsaved_changes
(&self)
gui/src/vault/container/modify_group.rs:114
Functioncreate_entry
()
gui/src/vault/container/mod.rs:835
Functioncreate_group
()
gui/src/vault/container/mod.rs:810
Functioncreate_root
()
core/src/model/group.rs:284
Methodcreate_root_for
(path: &Path)
core/src/model/group.rs:145
Functioncreate_tab
()
gui/src/lib.rs:818
Methoddecrypt
Decrypt the data-transfer-object (dto) of the [`Group`](Group) with the given master key.
core/src/model/group.rs:130
Methoddecrypt
Decrypt the data-transfer-object (dto) of the [`EntryHead`] with the given master key.
core/src/model/entry.rs:145
Methoddefault
()
core/src/mem_protection.rs:72
Methoddefault
()
core/src/model/entry.rs:374
Methoddefault
()
core/src/model/settings.rs:14
Methoddefault
()
gui/src/lib.rs:666
Methoddefault
()
gui/src/vault/creator.rs:680
Methoddefault
()
gui/src/vault/container/modify_entry.rs:916
Methoddefault
()
gui/src/vault/container/modify_group.rs:537
Methoddefault
()
gui/src/pw_modal/password_generator/mod.rs:433
Methoddefault
()
gui/src/pw_modal/password_generator/password_tab.rs:238
Functiondefault_flags
()
gui/src/pw_modal/password_generator/password_tab.rs:460
Functiondefault_key
()
core/src/mem_protection.rs:276
Functiondefault_modify_entry_modal
()
gui/src/vault/container/modify_entry.rs:1875
Functiondefault_modify_group_modal
()
gui/src/vault/container/modify_group.rs:1098
Functiondefault_secvec
()
core/src/mem_protection.rs:304
Functiondefault_target
()
gui/src/pw_modal/password_generator/mod.rs:873
Functiondelete_entry
Delete the entry from disk. It expects: - The [`Path`](Path) as the location of the [`Vault`](Vault) - The UUID as the identifier of the entry head -
core/src/io/entry.rs:105
Functiondelete_entry
()
gui/src/vault/container/modify_entry.rs:1309
Functiondelete_group
Delete the [`Group`](Group) from disk. It expects: - The [`Path`](Path) as the location of the [`Vault`](Vault) - The UUID as the identifier of the [
core/src/io/group.rs:28
Functiondelete_group
()
gui/src/vault/container/modify_group.rs:790
Methoddelete_request
Create the modal to confirm the entry deletion.
gui/src/vault/container/modify_entry.rs:861
Methoddelete_request
Create the modal to confirm the group deletion.
gui/src/vault/container/modify_group.rs:455
Methodderef
(&self)
core/src/mem_protection.rs:81
Methodderef
(&self)
core/src/passwords.rs:46
Methodderef
(&self)
core/src/model/uuid.rs:38
Methodderef
(&self)
core/src/model/entry.rs:384
Methodderef
(&self)
core/src/model/key_file.rs:41
Methodderef
(&self)
core/src/model/master_key.rs:76
Methodderef
(&self)
core/src/auto_type/mod.rs:90
Methodderef_mut
(&mut self)
core/src/mem_protection.rs:88
Methodderef_mut
(&mut self)
gui/src/vault/tab.rs:145
Methoddragged
(&self)
gui/src/theme.rs:495
Methoddragging
(&self)
gui/src/theme.rs:714
Methoddrop
(&mut self)
core/src/mem_protection.rs:35
Functionedit_group
()
gui/src/vault/container/mod.rs:1069
Methodenable_list_view_focus
If the [`Focus`](iced_focus::Focus) of the [`ListView`](ListView) is enabled.
gui/src/vault/container/mod.rs:80
Methodenable_modify_entry_view_focus
If the [`Focus`](iced_focus::Focus) of the [`ModifyEntryView`](ModifyEntryView) is enabled.
gui/src/vault/container/mod.rs:90
Methodenable_modify_group_view_focus
If the [`Focus`](iced_focus::Focus) of the [`ModifyGroupView`](ModifyGroupView) is enabled.
gui/src/vault/container/mod.rs:85
Functionenable_view_focus
()
gui/src/vault/container/mod.rs:755
Functionencrypt_and_decrypt_body
()
core/src/model/entry.rs:580
Functionencrypt_and_decrypt_head
()
core/src/model/group.rs:211
Functionencrypt_and_decrypt_head
()
core/src/model/entry.rs:446
Functionencrypted_body_from_and_into
()
core/src/model/entry.rs:676
Functionequal_bodies
(a: &EntryBody, b: &EntryBody)
core/src/model/entry.rs:668
Functionequal_bodies
(a: &pwduck_core::EntryBody, b: &pwduck_core::EntryBody)
gui/src/vault/container/modify_entry.rs:979
Functionequal_groups
(a: &Group, b: &Group)
core/src/model/group.rs:329
Functionequal_groups
(a: &pwduck_core::Group, b: &pwduck_core::Group)
gui/src/vault/container/modify_group.rs:577
Functionequal_heads
(a: &EntryHead, b: &EntryHead)
core/src/model/entry.rs:555
Functionequal_heads
(a: &pwduck_core::EntryHead, b: &pwduck_core::EntryHead)
gui/src/vault/container/modify_entry.rs:971
Functionestimate_password_strength
( password: pwduck_core::SecString, )
gui/src/utils.rs:244
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
core/src/mem_protection.rs:221
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
core/src/error.rs:135
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
core/src/model/key_file.rs:32
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
gui/src/icons.rs:130
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
gui/src/error.rs:81
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
gui/src/password_score.rs:248
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
gui/src/vault/container/modify_entry.rs:747
Methodfocused
(&self)
gui/src/theme.rs:159
Methodfrom
(bytes: SecBytes)
core/src/mem_protection.rs:66
Methodfrom
(error: argon2::Error)
core/src/error.rs:58
Methodfrom
(id: [u8; SIZE])
core/src/model/uuid.rs:44
Methodfrom
Encrypt the given [`EntryBody`](EntryBody) with the master key.
core/src/model/entry.rs:341
Methodfrom
(key: SecVec<u8>)
core/src/model/key_file.rs:48
Methodfrom
(key: Vec<u8>)
core/src/model/master_key.rs:82
Methodfrom
(icon: Icon)
gui/src/icons.rs:116
Methodfrom
(error: iced::Error)
gui/src/error.rs:46
Methodfrom
(theme: Light)
gui/src/theme.rs:730
Methodfrom_entropy
Calculate the strength based on the given entropy.
gui/src/password_score.rs:235
Methodfrom_utf8
Create a new [`SecString`](SecString) from a [`SecVec`](SecVec) containing UTF-8 encoded text. # Errors Will return `Err` if the given byte vector i
core/src/mem_protection.rs:170
Methodgenerate
Generate a new [`Vault`](Vault). It expects: - The password to encrypt the master key of the new [`Vault`](Vault) - The location of the optional key
core/src/model/vault.rs:80
Methodgenerate
TODO
gui/src/pw_modal/password_generator/passphrase_tab.rs:34
Functiongenerate_and_update_password
()
gui/src/pw_modal/password_generator/mod.rs:855
Functiongenerate_new_vault
()
core/src/model/vault.rs:533
Functionget_entries_of
()
core/src/model/vault.rs:939
Functionget_groups_of
()
core/src/model/vault.rs:906
Functionget_item_list_for
()
core/src/model/vault.rs:1073
Functionget_name
()
core/src/model/vault.rs:697
Functionget_root_uuid
()
core/src/model/vault.rs:708
Functiongo_to_parent_group
()
gui/src/vault/container/mod.rs:1015
Methodgroup_not_empty
Create the modal to mention, that the group is not empty.
gui/src/vault/container/modify_group.rs:463
Methodhas_focus
(&self)
gui/src/vault/tab.rs:157
Methodhovered
(&self, is_checked: bool)
gui/src/theme.rs:239
Functioninsert_entry
()
core/src/model/vault.rs:797
Functioninsert_group
()
core/src/model/vault.rs:729
Methodis_auto_type_available
()
src/main.rs:121
Methodis_auto_type_available
()
gui/src/lib.rs:640
Functionis_modified
()
core/src/model/group.rs:321
Methodis_modified
(&self)
core/src/model/entry.rs:179
Functionis_modified_body
()
core/src/model/entry.rs:660
Functionis_modified_head
()
core/src/model/entry.rs:547
Methodis_nfd_available
()
src/main.rs:74
Methodis_nfd_available
()
gui/src/lib.rs:615
Methodis_open_in_browser_available
()
src/main.rs:111
← previousnext →301–400 of 645, ranked by callers