On Sun, 30 Oct 2022 20:43:52 +0100 "Carlos E. R." <robin.listas@telefonica.net> wrote: [snip]
The other answer: "In sqlite database 'Login Data' in profile directory". sqlite is not a program, but a library and a methodology, a type of databases (rpm used sqlite at some point, I think).
err $ which sqlite3 /usr/bin/sqlite3 $ man sqlite3 Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this) * sqlite3 (1) sqlite3 (n) Man: What manual page do you want? Man: 1 SQLITE3(1) General Commands Manual SQLITE3(1) NAME sqlite3 - A command line interface for SQLite version 3
Any Linux install has it, it is part of the basics. You only have to know where the database is. David says it is "~/.chromium/profiles/davidtg/Default". I don't use chromium, so I can not test.