Skip to content

convert Google Secret sqlite database to a set of TOTP QRCode images

Notifications You must be signed in to change notification settings

christophemaillot/sqlite2qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#sqlite2qrcode A simple python script that reads a Google Secrets sqlite database, and generate de TOTP qrcode images from accounts found in this database.

Usefull for restoring the Google Secrets accounts from a backup database.

requirements

You need at least the following python packages :

  • sqlite
  • qrcode
  • pil

usage

sqlite2qrcode ./databases

will read the ./databases sqlite file and generate QRCode images in the current directory.

About

convert Google Secret sqlite database to a set of TOTP QRCode images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages