Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
password saver/manager
#1
is there any nice Python3 script around that can save/manage passwords for end user usage (not for servers to authenticate with) that includes additional data such as the sign-up email that might be needed some day for password reset? i need to replace the password keeper i have now. something that can interface with Firefox would be a plus. graphical or text user interface (even commands) is OK.

all stored data must be strongly encrypted, of course.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
For years I am using Keepass (on Windows) and it's Linux port (now crossplatform) KeepassX. There are also other ports. I also use the port for android.
https://keepass.info/
https://www.keepassx.org/

Keepass is open source (OSI certified). KeepassX is also open source.
Not python though, but I am very satisfied and recommend it. Reach in features/options/data that can be stored, customization, etc. A lot of plugins for Keepass. Have a detailed look on the site.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
ubuntu 18.04 has package 'keepassx' that also installs the dependencies (several needed on plain ubuntu).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020