How to Retrieve a Saved Password from Cyberduck bookmark?

2

I'm able to access the host server via the Cyberduck bookmark. However, is there a way to retrieve the saved password in this case?

This seems to suggest there is a thing called keychain, but where do I access it from? The answer there says "Application/Utilies", but I don't see a menu field named "Application" in Cyberduck.

asprin

Posted 2016-03-28T07:06:11.333

Reputation: 459

That article talks about MacOSX systems, where you can retrieve the password from KeyChain -> Password -> <IPhost> -> "Show password". – mginius – 2016-06-10T08:16:03.030

@mginius So there is not Windows-based approach? – asprin – 2016-06-10T13:46:32.053

Answers

-1

I just ran into this problem except that I didn't want to retrieve the password, I just wanted to remove it from Cyberduck's store. As far as I found there's no way to retrieve the password as it's encrypted in the file I'll be talking about with DPAPI. Anyway, I was able to delete the stored password:

  1. Close Cyberduck.

  2. Find the user.config file by:

    opening a File Explorer window and past[ing] %APPDATA%/iterate_GmbH in the Quick access location field then opening the "Cyberduck..." folder and opening user.config in a text editor.

  3. Find the tag that refers to your username for the server for which you want to delete the password. Delete the entire tag.

When you open Cyberduck again, the password shouldn't show up when you type your username on that server. I hope this helps someone.

Sources: https://trac.cyberduck.io/ticket/9096 https://trac.cyberduck.io/wiki/help/en/faq#Preferencesandapplicationsupportfileslocation

graphitetype

Posted 2016-03-28T07:06:11.333

Reputation: 1