Letractively / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 0 forks source link

Import passwords from file #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Can You add feature to import passwords from file? For example CVS or XML file?

Original issue reported on code.google.com by mateusz....@budikom.net on 19 Jul 2012 at 7:38

GoogleCodeExporter commented 8 years ago
Hi, do you plan this functionality in the near future?

Original comment by pafcio...@gmail.com on 4 Aug 2012 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by joshdrum...@gmail.com on 11 Mar 2013 at 2:24

GoogleCodeExporter commented 8 years ago
I am trying to figure out how to encrypt the passwords with the same 
salt/algorithm as used in the app, but have not yet been able to.  If I manage 
to, I can share the tool for importing passwords.

I need some help on figuring out how to encrypt the password the same though.  
Any tips?

Original comment by evenstev...@gmail.com on 26 Sep 2013 at 10:42

GoogleCodeExporter commented 8 years ago
Can it be done by adding sequentially passwords from list? If You put arguments 
to add password function for each row in file? It should be new function on 
webpaswordsafe app, not other application.

Original comment by mateusz....@budikom.net on 27 Sep 2013 at 10:07

GoogleCodeExporter commented 8 years ago
It should not be separate tool. I think there should be option in 
webpasswordsafe gui to download local text/csv file and then within 
webpasswordsafe itself it should treat each line the same way as one use the 
gui feature Password->Add (it will use then the same salt/algorithm). 
After the whole list has been imported another windows appears with the table 
of imported passwords, where for each one can easily add tags, and grant rights.

Original comment by pafcio...@gmail.com on 27 Sep 2013 at 10:28

GoogleCodeExporter commented 8 years ago
I 100% without a doubt agree that in the GU you should be able to.  But 
meanwhile, if I could just get a tad bit of help in finding the correct way to 
encrypt the password, I could create a temporary work around.  If we're not 
able to import passwords soon, I'll have to dump the project of using 
webpasswordsafe for our company here and look elsewhere...

Original comment by evenstev...@gmail.com on 27 Sep 2013 at 12:15

GoogleCodeExporter commented 8 years ago
I suppose that if you have some Java programing skills that you can look into a 
webpasswordsafe code and take the algorithm out and put it to some local app. 
If you do not have this skills than you have to wait unfortunatelly:-( 
Or if you use it in the company you could put company funds to fund a project 
on freelancer.com for this functionality.  

@joshdrum...@gmail.com are you able to tell us what could be effort of this?

Original comment by pafcio...@gmail.com on 27 Sep 2013 at 4:04

GoogleCodeExporter commented 8 years ago
Hi,

I also would love to see this future by this users could move away from other 
tools like WebKeePass.

Best regards
-Alex

Original comment by al3x.5ch...@gmail.com on 7 Jan 2014 at 9:16

GoogleCodeExporter commented 8 years ago
Alternatively, the latest version in the svn enables you to load passwords in 
bulk via the api. 

Original comment by e...@tunedglobal.com on 24 May 2014 at 4:58

GoogleCodeExporter commented 8 years ago
Hi,

I created a CSV importer which might be useful to some people. It uses 
webpasswordsafe's new load password api (which is only in SVN right now).

It's setup right now for password gorilla csv files, but should work fine with 
other password safe csv exports if you change the mapping string.

Original comment by luke73...@gmail.com on 13 Oct 2014 at 5:56

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

the CSV importer seems very usefull.
I'm using webpaswordsafe 1.3 and want to test ist.
I got the following error:
HTTP Status 405 - Request method 'POST' not supported
Status report
message
Request method 'POST' not supported
description
The specified HTTP method is not allowed for the requested resource.

How can i fix this?

Original comment by peter.lo...@gmail.com on 22 Jul 2015 at 4:52

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sounds like you aren't using the SVN version of webpasswordsafe, 1.3 is too old 
and doesn't have the load password API which is needed by the importer.

Original comment by luke73...@gmail.com on 23 Jul 2015 at 1:39