![]() Hi,
I'm playing with Aerogear PasswordManager (https://github.com/aerogear/aerogear-android-cookbook) but I can't find out how to update passphrase ? Thanks a lot in advance ! _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Hi Simon, Not sure if I got you question, anyway, there is a little explanation in the README[1] and here is the code[2]On Tue, Dec 20, 2016 at 10:00 AM, Simon Rolin <[hidden email]> wrote:
-- -- Passos _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
![]()
Hi Daniel, Thanks for the answer. I already read that… What I would like is to be able to update the passphrase. So user choose a password, use the app, after a week, user want to update the passphrase, what does I have to do from a dev point of view ? Thanks a lot ! Simon On mar. 20 déc. 2016 at 13:11 Daniel Passos <">Daniel Passos > wrote:
_______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
For security there is no easy way to do that. What you need to do is: 1) Decrypt all data3) Remove all encrypted data from the database 4) Encrypt the data again with the new passphraseOn Tue, Dec 20, 2016 at 10:15 AM, Simon Rolin <[hidden email]> wrote:
-- -- Passos _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
![]()
Ok thanks a lot Daniel.
Simon
On mar. 20 déc. 2016 at 13:24 Daniel Passos <">Daniel Passos > wrote:
-- -- Passos _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Free forum by Nabble | Edit this page |