jorabin / KeePassJava2

Java API for KeePass Password Databases - Read/Write 2.x (File versions 3 and 4), Read 1.x
Apache License 2.0
247 stars 69 forks source link

It Seems we haven't an API to set a property as "protected" #55

Closed giusvale-dev closed 5 days ago

giusvale-dev commented 1 year ago

(https://www.javadoc.io/doc/org.linguafranca.pwdb/database/latest/index.html)

jorabin commented 1 year ago

no, there is no interface through which you can set "protect by default" nor is there an interface by which you can set the protection on a property irrespective its default protection

giusvale-dev commented 1 year ago

I think it should be a good idea to add this feature

Doc

If you agree, please add this issue as a TODO task

jorabin commented 1 year ago

yes, we'll do this as part of v3

jorabin commented 5 days ago

noting that both of these features have been implemented as 2.2.3 see #60