it seems that the UUID info field on the Edit Entry is memory protected? It give strings like this: 7F1E5FF822975F49B8F6D3FD243B8714, fx5f+CKXX0m49tP9JDuHFA== Cant we get it to show the "real" one?
it seems that the UUID info field on the Edit Entry is memory protected? It give strings like this: 7F1E5FF822975F49B8F6D3FD243B8714, fx5f+CKXX0m49tP9JDuHFA== Cant get get it to show the "real" one?
Oh man! now I feel stupid :)
Okey, so how do I get the UUID converted to a KeePassLib.PwUuid? :) the c# code tell me it's just a GUID, but it's missing the normal naming convention, like 5db56b05-c444-46d5-8eae-a72372c3c47a I tryed this (among others) see attachment. how do I create that PwUuid ? (from the string {UUID})
Thanks for very quick resolution Dominik Reichl ! I have testet you build, and I get the UUID out now!
Add password_enc as WantedField to Field References
I second this!
yeah, it seems UUID is speciel atleast from the rest of the "standard fields", like Title and username, as they are all listed in a Dictionary, but UUID is direclty on the class. This seems alittle over my head as a non developer :)