teensqert.blogg.se

Keepassx 0.4.3
Keepassx 0.4.3






Returns an arrayref of groups from the currently loaded database. Only entries matching the criteria will be returned. You can optionally pass a match argument hashref. Returns a simplified string representation of the currently loaded database. You will need to unlock a database before calling save_db or gen_db. If a database is loaded via parse_db or load_db and auto_lock is true, the newly loaded database will start out locked. This moves all passwords into a protected, in memory, encrypted storage location. Returns true if the current database is locked. $k->auto_lock(0) # turn off auto locking is_locked If true, passwords are automatically hidden when a database loaded via parse_db or load_db. clearĬlears any currently loaded database. Optionally, it is possible to pass along a key called reuse_header to let calls to save_db and gen_db automatically use the contents of the previous header.

keepassx 0.4.3

When writing a database via either save_db or gen_db, these fields can be set and passed along. Recycle_bin_uuid => "SUg元0QQqUK3tOWuNKUYJA=" Last_top_visible_group => "dC1sQ1NO80W7klmRhfEUVw=", Last_selected_group => "SUg元0QQqUK3tOWuNKUYJA=", Start_bytes => "12345678901234567890123456789012", # randĪdditionally, items parsed from the Meta section of a version 2 database will be added. The following keys will be present after the reading of a version 2 database (from the header): cipher => "aes", The following fields are present in both version 1 and version 2 style databases (from the header): enc_iv => "123456789123456", # rand Returns a hashref representing the combined current header and meta information for the currently loaded database.

#Keepassx 0.4.3 password

The same master password types passed to load_db can be used here. You will need to unlock the db via $k->unlock before calling this method if the database is currently locked. The headers can be passed in to test round trip portability. If headers are not passed, a fresh set of headers are generated based on the groups and the master password. If groups are not passed, it defaults to using the currently loaded groups. Optionally takes a "groups" arrayref and a "headers" hashref. $k->clear # delete current db from memory Print Dumper $k->groups # passwords are now visible Print Dumper $k->groups # passwords are locked

keepassx 0.4.3

$k->load_db($file, $master_pass) # errors die File::KeePass - Interface to KeePass V1 and V2 database files SYNOPSIS use File::KeePass






Keepassx 0.4.3