Version: unspecified (using KDE 4.5.4) OS: Linux I'm not sure how feasible it is, but it'd be awesome if I could access my lastpass vault from kwallet. That way I've only got 1 password storage method. Reproducible: Didn't try
*** Bug 306969 has been marked as a duplicate of this bug. ***
Please be informed that I contacted lasspass. Now waiting their answer.
LastPass answered and provided link to existing ruby framework https://github.com/detunized/lastpass-ruby We could use this framework as an example and implement a backend. Now evaluating that.
*** Bug 311117 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > LastPass answered and provided link to existing ruby framework > https://github.com/detunized/lastpass-ruby > > We could use this framework as an example and implement a backend. Now > evaluating that. Hi Valentin, just wanted to add something after looking at the README of the Ruby library: they are talking about a iOS app that is using a port of the ruby library to C++. The app is done by the same author, and has a repository on github too. Here are the CPP classes of the port: https://github.com/detunized/LostPass/tree/master/LastPass Maybe you already saw this in which case I apologize. Cheers, Emile.
A-M-A-Z-I-N-G Thank you so much everyone.
Any update? I'm eagerly awaiting the time I can dump firefox/chromium...
Hey everyone! I'm the author of lastpass-ruby, lastpass-sharp and LostPass. I'm about to finish the C++ port of the library. The code is here: https://github.com/detunized/lastpass-cpp. It requires C++11 compatible compiler, like Clang 3.3+ or GCC 4.7+. It works on Linux and OS X. The license is MIT. You are welcome to use it and/or send pull requests. Or any other form of contribution is very welcome. Dmitry.
Nice library. However, C++11 is not supported for KDE 4 AFAIK. Even if KDE4 will eventually be ported to KF5, which supports C++11, that'll add a non-negligible delay to this feature. I'll try to see how that may be worked around, but I don't guarantee I'll find a solution.
It's possible to write a C or C++98/03 wrapper around the library, I guess.
There is a c99 cli client for lastpass. Maybe it is simpler to use the code from there to provide the features in kwallet? https://github.com/lastpass/lastpass-cli