diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-04 09:49:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-04 09:49:24 +0200 |
commit | 1bc1cec23206cf212573fd283d81f8e030155261 (patch) | |
tree | c06957030900eecf2450c201d212cb6fc818abb2 /Changelog | |
parent | e496f621262e74133d9870cc197217552ad10185 (diff) |
Raps2.pm: get_master_password: Accept password as optional argument
This way, it is possible to use App::Raps2 in non-CLI applications.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ git HEAD * Rename pw_get to pw_load * pw_load now also returns the salt * file_to_hash now returns a hashref instead of a hash + * Allow password to be passed as argument to get_master_password App::Raps2 0.4 - Sun Jul 03 2011 |