git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9cca65f
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20250129_162006_the-13th-letter_vault_module_api.md
Document API changes in the vault module
Marco Ricci
commited
9cca65f
at 2025-01-29 16:34:22
20250129_162006_the-13th-letter_vault_module_api.md
Blame
History
Raw
### Added - Beyond [`bytes`][] and [`bytearray`][], [`Vault`][derivepassphrase.vault.Vault] objects now accept arbitrary [Buffer][collections.abc.Buffer] objects as passphrases or service names. - [`Vault`][derivepassphrase.vault.Vault] objects now expose [the vault UUID][derivepassphrase.vault.Vault.UUID] and [the character sets][derivepassphrase.vault.Vault.CHARSETS] as public attributes.